kausalflow / hamilflow

Dataset of simple physical systems.
http://kausalflow.com/hamilflow/
MIT License
4 stars 1 forks source link

A Potentially Better Optimizer #89

Open emptymalei opened 1 month ago

emptymalei commented 1 month ago

I went to PyData Cologne and a speaker talked about his projected called optimagic. There they have a unified optimization interface:

https://optimagic.readthedocs.io/en/latest/tutorials/optimization_overview.html

I am thinking we might be able to test this in numerical optimization functions. For example, here: https://github.com/kausalflow/hamilflow/blob/03abcd1417e2269cb342a1d9fba73d53de590350/hamilflow/models/kepler_problem/numerics.py#L4

cmp0xff commented 1 month ago

Hi, thanks for sharing the knowledge. However I am not sure this has to do with our use case. We are solving equations, not minimising a function.