NoisyPSE

case
class NoisyPSE[P](lambda: Int, phenotype: (Random, Vector[Double], Vector[Int]) => P, pattern: Vector[Double] => Vector[Int], aggregation: Vector[P] => Vector[Double], continuous: Vector[C], discrete: Vector[D], historySize: Int, cloneProbability: Double, operatorExploration: Double, reject: Option[(Vector[Double], Vector[Int]) => Boolean])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product