rheia
stable
1. A short description
2. Connecting your own model
3. Installation
4. Tutorial
5. Examples
6. Define the design and stochastic spaces
7. Run an optimization task
8. Run an uncertainty quantification
9. Details on the energy system models
10. Details on the methods
11. API reference
11.1. Optimization
11.1.1. rheia.CASES.determine_stoch_des_space.check_dictionary
11.1.2. rheia.OPT.optimization.run_opt
11.1.3. rheia.OPT.optimization.check_existing_results
11.1.4. rheia.OPT.optimization.scale_samples_to_design_space
11.1.5. rheia.OPT.optimization.write_starting_samples
11.1.6. rheia.OPT.optimization.create_starting_samples
11.1.7. rheia.OPT.optimization.parse_available_opt
11.1.8. rheia.OPT.optimization.load_optimizer
11.1.9. rheia.OPT.genetic_algorithms.return_opt_methods
11.1.10. rheia.OPT.genetic_algorithms.return_opt_obj
11.1.11. rheia.OPT.genetic_algorithms.NSGA2
11.1.12. rheia.OPT.genetic_algorithms.NSGA2.nsga2_1iter
11.1.13. rheia.OPT.genetic_algorithms.NSGA2.run_optimizer
NSGA2.run_optimizer()
11.1.14. rheia.OPT.genetic_algorithms.NSGA2.define_samples_to_eval
11.1.15. rheia.OPT.genetic_algorithms.NSGA2.evaluate_samples
11.1.16. rheia.OPT.genetic_algorithms.NSGA2.assign_fitness_to_population
11.1.17. rheia.OPT.genetic_algorithms.NSGA2.read_doe
11.1.18. rheia.OPT.genetic_algorithms.NSGA2.eval_doe
11.1.19. rheia.OPT.genetic_algorithms.NSGA2.init_opt
11.1.20. rheia.OPT.genetic_algorithms.NSGA2.parse_status
11.1.21. rheia.OPT.genetic_algorithms.NSGA2.write_status
11.1.22. rheia.OPT.genetic_algorithms.NSGA2.append_points_to_file
11.2. Uncertainty Quantification
11.3. Post-processing
11.4. Characterization of design space and stochastic space
11.5. The cases
12. How to contribute
13. Bibliography
14. Glossary
15. What’s new
rheia
11.
API reference
11.1.13.
rheia.OPT.genetic_algorithms.NSGA2.run_optimizer
Edit on GitHub
11.1.13.
rheia.OPT.genetic_algorithms.NSGA2.run_optimizer
NSGA2.
run_optimizer
(
)
Run an optimization using the NSGA-II algorithm.