First time here? Check out the Help page!
1 | initial version |
There are several optimization algorithms available in the https://github.com/NREL/OpenStudio-analysis-spreadsheet/. Currently the list is:
NSGA2 (Non-dominated Sorting Genetic Algorithm)
SPEA2 (Strength Pareto Evolutionary Algorithm)
Rgenoud (GENetic Optimized Using Derivatives)
Optim (quasi-Newton method with bounds)
There are also sampling, design of experiment, batch running and a few other algorithms available. A calibration example lives here: https://github.com/NREL/OpenStudio-analysis-spreadsheet/tree/develop/Calibration_example
A user guide is currently being drafted and lives here: https://github.com/NREL/OpenStudio-analysis-spreadsheet/tree/develop/documentation.
2 | No.2 Revision |
There are several optimization algorithms available in the https://github.com/NREL/OpenStudio-analysis-spreadsheet/. Currently the list is:
NSGA2 (Non-dominated Sorting Genetic Algorithm)
SPEA2 (Strength Pareto Evolutionary Algorithm)
Rgenoud (GENetic Optimized Using Derivatives)
Optim (quasi-Newton method with bounds)
There are also sampling, design of experiment, batch running and a few other algorithms available. A calibration example lives here: https://github.com/NREL/OpenStudio-analysis-spreadsheet/tree/develop/Calibration_example
A user guide is currently being drafted and lives here: https://github.com/NREL/OpenStudio-analysis-spreadsheet/tree/develop/documentation.