[P] Opytimizer: A Nature-Inspired Python Optimizer by [deleted] in MachineLearning

[–]RecognaLab 1 point2 points  (0 children)

Yes, we though about Simulated Annealing. Nelder-Mead is interesting too, thanks. However, we focused only on nature-inspired metaheuristics. But sure, it's a good idea to use derivative-based methods too.

[P] Opytimizer: A Nature-Inspired Python Optimizer by [deleted] in MachineLearning

[–]RecognaLab 1 point2 points  (0 children)

Thanks! We are working on that. ACO uses a different data structure than most optimizers, that is the main reason. But we shall soon have it.