Solver Module
Functions and values
Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
swarm settings rng logger numberOfLevels iterationsPerLevel numberOfAmoeba paramBounds startPoint f
Parameters:
Settings
rng : Random
logger : LogEvent -> unit
numberOfLevels : int
iterationsPerLevel : Solution<float> list -> int -> bool
numberOfAmoeba : int
paramBounds : Domain
startPoint : 'a
f : Objective<float>
Returns: Solution<float>
|
|
|
|
|
|