ShaynAli / Aipen

Evolutionary engine for easier hyper-parameter optimization of AI and ML models.
3 stars 2 forks source link

Problem and agent/model abstracts #50

Open ShaynAli opened 5 years ago

ShaynAli commented 5 years ago

Implement MLProblem and AgentProblem (and come up with a better name if you can) plus at least one implementation of each, based on a toy problem.

Consider making SupervisedProblem and UnsupervisedProblem interfaces with slightly difference APIs.

Recommend implementing noisy linear data fitting for MLProblem and Battleship for AgentProblem.