You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement metaheuristics module in aprender-contrib for derivative-free global optimization, following the revised specification in docs/specifications/metaheuristics-spec.md (v1.1).
Summary
Implement metaheuristics module in
aprender-contribfor derivative-free global optimization, following the revised specification indocs/specifications/metaheuristics-spec.md(v1.1).Scope
Phase 1: Perturbative Core (v0.12.0)
SearchSpaceenum (Continuous, Mixed, Binary, Permutation, Graph)PerturbativeMetaheuristictraitPhase 2: CMA-ES & Binary GA (v0.13.0) [HIGH COMPLEXITY]
Phase 3: Constructive Metaheuristics (v0.14.0)
ConstructiveMetaheuristictraitNeighborhoodSearchtraitPhase 4: ML Integration (v0.15.0)
Quality Requirements (EXTREME TDD)
References
docs/specifications/metaheuristics-spec.mdLabels
epic, enhancement, aprender-contrib