11.1.20. rheia.OPT.genetic_algorithms.NSGA2.parse_status
- NSGA2.parse_status()
This method extracts the current generation number and the number of model evaluations performed.
- Returns
ite (int) – The number of generations performed.
evals (int) – The number of model evaluations performed.