BlueM.Opt Algorithms: Difference between revisions

From BlueM
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…')
 
(moved table of required input files here from BlueM.Opt Anwendung)
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
* '''[[CES]]''': Combinatorial Evolution Strategy
* '''[[CES]]''': Combinatorial Evolution Strategy
Line 9: Line 10:
* '''[[Hooke & Jeeves]]''': Hillclimbing algorithm
* '''[[Hooke & Jeeves]]''': Hillclimbing algorithm
* '''[[DDS]]''': Dynamically Dimensioned Search
* '''[[DDS]]''': Dynamically Dimensioned Search
==Input files==
The following table lists the [[BlueM.Opt Eingabedateien|input files]] required for each algorithm:
{| class="standard stripes" cellspacing="0" cellpadding="5" style="text-align:center"
!              !!  [[PES]] !! [[SensiPlot]] !! [[CES]] !! [[HYBRID]] !! [[Hooke & Jeeves]] !! [[MetaEvo]] !! [[DDS]]
|-
| [[OPT-Datei]] || √ ||    √  ||  x    ||  √  ||      √        ||    √  || √
|-
| [[MOD-Datei]] || √ ||    √  || √ ||  √  ||      √        ||    √  || √
|-
| [[ZIE-Datei]] || √ ||    √  || √ ||  √  ||      √        ||    √  || √
|-
| [[CON-Datei]] ||    ?    ||      x      ||    ?    ||    ?      ||        ?            ||    √  ||    ?
|-
| [[CES-Datei]] ||    x    ||      x      || √ ||  √  ||        x            ||      x      ||    x
|}
'''Legend:''' <code>&radic;</code>: required | <code>x</code>: not used | <code>?</code>: optional


[[Category:BlueM.Opt Anwendung|A]]
[[Category:BlueM.Opt Anwendung|A]]

Revision as of 05:04, 4 September 2009

EVO.png BlueM.Opt | Usage | Development

Algorithms

The following optimization algorithms are currently available in BlueM.Opt:

  • PES: Parametric Evolution strategy
  • CES: Combinatorial Evolution Strategy
  • HYBRID: Combination of PES and CES
  • 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 CES HYBRID Hooke & Jeeves MetaEvo DDS
OPT-Datei x
MOD-Datei
ZIE-Datei
CON-Datei ? x ? ? ? ?
CES-Datei x x x x x

Legend: : required | x: not used | ?: optional