Algorithm | This is the main algorithm base class; actual algorithms should be derived |
Dataset | Reads a full dataset; limited to those that fit in memory |
Individual | Base class for the individuals in a Pareto optimization population |
IndividualReader | Abstract base class for creating a completely new instance from a stream representation |
lists | |
jymlp::Mlp | |
MlpBackpropUnaryOperator | A tentative unary operator for improvement |
jymlp::MlpFactory | |
MlpIndividual | Concrete MLP individual for Pareto memetic optimization |
MlpIndividualReader | |
MlpLearnAlgorithm | |
MlpObjectives | Objective functions for our MLP individuals |
Objectives | Abstract base class of problem-specific objective function definitions; must be derived to yield concrete objectives |
Population | A population of individual solutions; this is the core of a Pareto-based memetic algorithm |
jymlp::SynapticRandomizer |