Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MEPOpts<OP, T>

Type parameters

  • OP

  • T

Hierarchy

Index

Properties

chromoSize

chromoSize: number

ops

ops: OpGenSpec<number, OP>[]

Operator node generators.

probMutate

probMutate: number

Per-gene mutation probability. MUST be < 1 for ASTOpts to avoid infinite tree expansion.

Optional rnd

rnd: IRandom

Possibly seeded PRNG instance to be used for AST generation / editing.

defaultvalue

{@link @thi.ng/random#SYSTEM}

terminal

terminal: Fn<IRandom, T>

Terminal node generator. If probabilistic, the given PRNG MUST be used for repeatable results.

Generated using TypeDoc