BlueM.Opt Algorithms: Difference between revisions

From BlueM
Jump to navigation Jump to search
(translation)
(removed algorithms CES and HYBRID #225, v1.9.0)
Line 4: Line 4:
The following optimization algorithms are currently available in BlueM.Opt:
The following optimization algorithms are currently available in BlueM.Opt:
* '''[[PES]]''': Parametric Evolution strategy
* '''[[PES]]''': Parametric Evolution strategy
* '''[[CES]]''': Combinatorial Evolution Strategy
* '''[[HYBRID]]''': Combination of PES and CES
* '''[[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 14: Line 12:
The following table lists the [[BlueM.Opt input files|input files]] required for each algorithm:
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"
{| class="standard stripes" cellspacing="0" cellpadding="5" style="text-align:center"
!               !! [[PES]] !! [[SensiPlot]] !! [[CES]] !! [[HYBRID]] !! [[Hooke & Jeeves]] !! [[MetaEvo]] !! [[DDS]]
!             !! [[PES]] !! [[SensiPlot]] !! [[Hooke & Jeeves]] !! [[MetaEvo]] !! [[DDS]]
|-
|-
| [[OPT-file]] || √ ||    √  ||  x    ||  √  ||      √       ||    √  || √
| [[OPT-file]] || √ ||    √  ||      √       ||    √  || √
|-
|-
| [[MOD-file]] || √ ||    √  || √ ||  √  ||      √       ||    √  || √
| [[MOD-file]] || √ ||    √  ||      √       ||    √  || √
|-
|-
| [[ZIE-file]] || √ ||    √  || √ ||  √  ||      √       ||    √  || √
| [[ZIE-file]] || √ ||    √  ||      √       ||    √  || √
|-
|-
| [[CON-file]] ||    ?    ||      x      ||    ?    ||    ?      ||        ?           ||    √  ||    ?
| [[CON-file]] ||    ?    ||      x      ||        ?           ||    √  ||    ?
|-
|-
| [[CES-file]] ||    x    ||      x      || √ ||  √  ||        x           ||      x      ||    x
| [[CES-file]] ||    x    ||      x      ||        x           ||      x      ||    x
|}
|}
'''Legend:''' <code>&radic;</code>: required | <code>x</code>: not used | <code>?</code>: optional
'''Legend:''' <code>&radic;</code>: required | <code>x</code>: not used | <code>?</code>: optional


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

Revision as of 05:54, 18 December 2021

EVO.png BlueM.Opt | 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 ? ?
CES-file x x x x x

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