BlueM.Opt: Difference between revisions
Jump to navigation
Jump to search
m (→Entwicklung: EN) |
No edit summary |
||
Line 3: | Line 3: | ||
[[Bild:Simulation-based-optimization.png|thumb|Simulation-based optimization]] | [[Bild:Simulation-based-optimization.png|thumb|Simulation-based optimization]] | ||
[[Bild:EVO Box screenshot.png|thumb|Screenshot]] | [[Bild:EVO Box screenshot.png|thumb|Screenshot]] | ||
== | ==Description== | ||
BlueM.Opt | BlueM.Opt is an optimization framework that allows an arbitrary simulation software to combine (only requirement: Input data and results are to be stored in ASCII format) with an optimization. The optimized parameters, objective functions and (optionally) boundary can be easily determined. | ||
Optimization results are stored in a database. | |||
BlueM.Opt | BlueM.Opt integrates a powerful function graph with the optimization results are displayed and can be analyzed. | ||
List of available methods (optimization algorithms): | |||
* '''[[PES]]''': Parametric Evolution Strategy | * '''[[PES]]''': Parametric Evolution Strategy | ||
* '''[[CES]]''': Combinatorial Evolution Strategy | * '''[[CES]]''': Combinatorial Evolution Strategy | ||
* '''[[HYBRID]]''': | * '''[[HYBRID]]''': Combination of PES and CES | ||
* '''[[Hooke & Jeeves]]''': Hillclimbing | * '''[[Hooke & Jeeves]]''': Hillclimbing Algorithm | ||
* '''[[MetaEvo]]''': multi- | * '''[[MetaEvo]]''': multi-criterion, hybrid optimization algorithm | ||
* '''[[DDS]]''': Dynamically Dimensioned Search | * '''[[DDS]]''': Dynamically Dimensioned Search | ||
another method is | |||
* '''[[SensiPlot]]''': | * '''[[SensiPlot]]''': Sensitivity analysis (no optimization) | ||
==Downloads== | ==Downloads== | ||
* [[BlueM.Opt Downloads]] | * [[BlueM.Opt Downloads]] | ||
== | ==Application== | ||
* | * Instructions for the [[EVO.NET Anwendung|Application]] of BlueM.Opt ([[EVO.NET Doku Export|PDF-Export]]) | ||
* | * Documentation of the [[EVO.NET Eingabedateien | input files]] | ||
* | * Documentation of the [[EVO.NET Ausgabedateien | output files]] | ||
==Development== | ==Development== | ||
* '''[[BlueM.Opt Development]]''' | * '''[[BlueM.Opt Development]]''' | ||
** [[BlueM.Opt Begriffsklärung | | ** [[BlueM.Opt Begriffsklärung | Disambiguation]] | ||
** | ** Documentation of the [[BlueM.Opt Code | Codes]] | ||
** | ** Bugs management: [http://130.83.196.154/bugzilla/buglist.cgi?query_format=specific&order=priority+asc&bug_status=__open__&product=BlueM.Opt&content= Bugzilla] | ||
** [[BlueM.Opt compilation | Compilation]] | ** [[BlueM.Opt compilation | Compilation]] | ||
== | ==Internal== | ||
* | * Documentation of the [[Intern:EVO.NET SVN | SVN Repository]] | ||
[[Kategorie:BlueM.Opt]] | [[Kategorie:BlueM.Opt]] |
Revision as of 07:19, 12 May 2009
BlueM.Opt | Download | Usage | Development
Description
BlueM.Opt is an optimization framework that allows an arbitrary simulation software to combine (only requirement: Input data and results are to be stored in ASCII format) with an optimization. The optimized parameters, objective functions and (optionally) boundary can be easily determined.
Optimization results are stored in a database.
BlueM.Opt integrates a powerful function graph with the optimization results are displayed and can be analyzed.
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: multi-criterion, hybrid optimization algorithm
- DDS: Dynamically Dimensioned Search
another method is
- SensiPlot: Sensitivity analysis (no optimization)
Downloads
Application
- Instructions for the Application of BlueM.Opt (PDF-Export)
- Documentation of the input files
- Documentation of the output files
Development
- BlueM.Opt Development
- Disambiguation
- Documentation of the Codes
- Bugs management: Bugzilla
- Compilation
Internal
- Documentation of the SVN Repository