Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Morgansy/Genetic-Alpha
/ types & classes
Types & classes
7 in github.com/Morgansy/Genetic-Alpha
⨍
Functions
89
◇
Types & classes
7
↓ 43 callers
Class
_Function
A representation of a mathematical relationship, a node in a program. This object is able to be called with NumPy vectorized arguments and return
functions.py:20
↓ 8 callers
Class
_Fitness
A metric to measure the fitness of a program. This object is able to be called with NumPy vectorized arguments and return a resulting floatin
fitness.py:17
↓ 2 callers
Class
_Program
A program-like representation of the evolved program. This is the underlying data-structure used by the public classes in the :mod:`gplearn.g
_program.py:64
Class
BaseSymbolic
Base class for symbolic regression / classification estimators. Warning: This class should not be used directly. Use derived classes instead.
genetic.py:178
Class
SymbolicClassifier
A Genetic Programming symbolic classifier. A symbolic classifier is an estimator that begins by building a population of naive random formula
genetic.py:960
Class
SymbolicRegressor
A Genetic Programming symbolic regressor. A symbolic regressor is an estimator that begins by building a population of naive random formulas
genetic.py:679
Class
SymbolicTransformer
A Genetic Programming symbolic transformer. A symbolic transformer is a supervised transformer that begins by building a population of naive
genetic.py:1261