11.1.18. rheia.OPT.genetic_algorithms.NSGA2.eval_doe
- NSGA2.eval_doe()
Evaluation of the Design Of Experiments (DoE). First, the DoE is read from the corresponding population file and stored in a list. Then, the design samples are evaluated in the model. When a population and fitness values are available from a previous optimization run, the method stores the final population and fitness values from this previous run. Finally, the population and corresponding fitness values are stored in the population and fitness file in the results directory, respectively.
- Returns
current_pop – The current population.
- Return type
list