Skip to content
Sandro Sgier edited this page Nov 18, 2022 · 2 revisions

The bool type represents boolean values.

Attributes

  • init: the initial guess

Example Spec

x:
    type: bool
    init: false

Example Value

{"x": true}

Crossover

Not applicable.

Mutation

With a certain probability (the mutation probability), flip.