| BaseModel |
class BaseModel : Model
A base model for evolving trees. |
| EvolutionOptions |
data class EvolutionOptions
A collection of options available to configure evolution by the BaseModel. |
| Model |
interface Model
A model that trains a population of solutions. |
| TournamentSelection |
class TournamentSelection
A component that is able to perform tournament selection on a collection of individuals. |