Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.13.0
-
None
-
None
Description
Currently all algorithms are solving 'closed' form.
It would be good to create open form solvers and optionally invoke them.
Two such solvers are Stochastic Gradient Descent, and Genetic Algorithms.
An abstract solver trait, and implementations of at least these two solving mechanisms (to avoid bias in choosing what to include/not include in the Solver trait).
Refactoring current algorithms to accept optional Solver.