package
2.8.7
Repository: https://github.com/aisystemsinc/goneat.git
Documentation: pkg.go.dev

# Functions

OutDirForTrial To provide standard output directory syntax based on current trial Method checks if directory should be created.

# Structs

An Experiment is a collection of trials for one experiment.
Generation the structure to represent execution results of one generation.
Trial The structure to hold statistics about one experiment run (trial).

# Interfaces

GenerationEvaluator the interface describing evaluator for one epoch (generation) of the evolutionary process.
TrialRunObserver defines observer to be notified about experiment's trial lifecycle methods.

# Type aliases

Experiments is a sortable list of experiments by execution time and Id.
Floats provides descriptive statistics on a slice of float64 values.
Generations is a sortable collection of generations by execution time and Id.
Trials is a sortable collection of experiment runs (trials) by execution time and id.