BlueM.Opt Algorithms: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{BlueM.Opt nav}} The following optimization algorithms are available in BlueM.Opt: * '''PES''': Parametric Evolution strategy * '''CES''': Combinatorial Evolution Strat…') |
(removed CES file #225, v1.9.0) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{BlueM.Opt nav}} | {{BlueM.Opt nav}} | ||
The following optimization algorithms are available in BlueM.Opt: | ==Algorithms== | ||
The following optimization algorithms are currently available in BlueM.Opt: | |||
* '''[[PES]]''': Parametric Evolution strategy | * '''[[PES]]''': Parametric Evolution strategy | ||
* '''[[MetaEvo]]''': Sequential use of local and global algorithms | * '''[[MetaEvo]]''': Sequential use of local and global algorithms | ||
* '''[[SensiPlot]]''': Sensitivity analysis (not an optimization algorithm) | * '''[[SensiPlot]]''': Sensitivity analysis (not an optimization algorithm) | ||
Line 10: | Line 9: | ||
* '''[[DDS]]''': Dynamically Dimensioned Search | * '''[[DDS]]''': Dynamically Dimensioned Search | ||
[[Category:BlueM.Opt | ==Input files== | ||
The following table lists the [[BlueM.Opt input files|input files]] required for each algorithm: | |||
{| class="standard stripes" cellspacing="0" cellpadding="5" style="text-align:center" | |||
! !! [[PES]] !! [[SensiPlot]] !! [[Hooke & Jeeves]] !! [[MetaEvo]] !! [[DDS]] | |||
|- | |||
| [[OPT-file]] || √ || √ || √ || √ || √ | |||
|- | |||
| [[MOD-file]] || √ || √ || √ || √ || √ | |||
|- | |||
| [[ZIE-file]] || √ || √ || √ || √ || √ | |||
|- | |||
| [[CON-file]] || ? || x || ? || √ || ? | |||
|} | |||
'''Legend:''' <code>√</code>: required | <code>x</code>: not used | <code>?</code>: optional | |||
[[Category:BlueM.Opt|A]] |
Latest revision as of 05:00, 18 December 2021
BlueM.Opt | Download | Usage | Development
Algorithms
The following optimization algorithms are currently available in BlueM.Opt:
- PES: Parametric Evolution strategy
- MetaEvo: Sequential use of local and global algorithms
- SensiPlot: Sensitivity analysis (not an optimization algorithm)
- Hooke & Jeeves: Hillclimbing algorithm
- DDS: Dynamically Dimensioned Search
Input files
The following table lists the input files required for each algorithm:
PES | SensiPlot | Hooke & Jeeves | MetaEvo | DDS | |
---|---|---|---|---|---|
OPT-file | √ | √ | √ | √ | √ |
MOD-file | √ | √ | √ | √ | √ |
ZIE-file | √ | √ | √ | √ | √ |
CON-file | ? | x | ? | √ | ? |
Legend: √
: required | x
: not used | ?
: optional