BlueM.Opt: Difference between revisions

From BlueM
Jump to navigation Jump to search
(added screenshot of scatterplot matrix)
mNo edit summary
Line 27: Line 27:
* '''[[BlueM.Sim]]'''
* '''[[BlueM.Sim]]'''
* '''[[SMUSI]]'''
* '''[[SMUSI]]'''
* '''[[S:CAN]]'''
* '''[[S::CAN]]'''
* '''[[SWMM]]'''
* '''[[SWMM]]'''
* '''[[Test problems]]'''
* '''[[Test problems]]'''

Revision as of 00:36, 9 September 2009

EVO.png BlueM.Opt | Usage | Development

Simulation-based optimization
Screenshot
Scatterplot Matrix

Description

BlueM.Opt is an optimization framework that can be coupled with an arbitrary simulation software (only current requirement: input data and results are to be stored in ASCII format). The optimization parameters, objective functions and (optionally) boundary conditions are defined in a flexible manner.

Optimization results are stored in a database.

BlueM.Opt integrates a graphing feature for displaying the optimization progress and results. Optimization results can also be analyzed in detail.

Where possible, BlueM.Opt utilizes multithreading in order to evaluate multiple parameter sets simultaneously.

List of available methods (optimization algorithms):

  • PES: Parametric Evolution Strategy
  • CES: Combinatorial Evolution Strategy
  • HYBRID: Combination of PES and CES
  • Hooke & Jeeves: Hillclimbing Algorithm
  • MetaEvo: multicritera, hybrid optimization algorithm
  • DDS: Dynamically Dimensioned Search

another method is

List of currently implemented applications (simulation models):

Downloads

Usage

Development

Internal