reaktoro / optima

A C++/Python library for numerical optimization calculations
GNU Lesser General Public License v2.1
12 stars 8 forks source link

Automatized tests with CI #2

Open volpatto opened 4 years ago

volpatto commented 4 years ago

I think that it would be great if Optima has some automatized tests in some CI service, for instance, GitHub Actions, Travis and etc.

volpatto commented 4 years ago

I think that I can help, feel free to assign me.

allanleal commented 4 years ago

Thanks, @volpatto ! This lib is under heavy development, but happening here at the moment (temporary): https://github.com/allanleal/optima/tree/develop

There is no documentation yet, but you'll note the use of conda and pytest (see tests dir). The python dir contains the python wrappers for the C++ lib.

Optima's goal is to efficiently solve optimization problems of the form:

image

Your help will very much be appreciated! ;)

volpatto commented 4 years ago

Thanks, @volpatto ! This lib is under heavy development, but happening here at the moment (temporary): https://github.com/allanleal/optima/tree/develop

There is no documentation yet, but you'll note the use of conda and pytest (see tests dir). The python dir contains the python wrappers for the C++ lib.

Optima's goal is to efficiently solve optimization problems of the form:

image

Your help will very much be appreciated! ;)

Great, @allanleal! The goal is to solve general Continuous Non-Linear Optimization problems, right? The kind of thing I do enjoy to get involved. I'm sorry for look in the wrong place. As I mentioned in PR #1, I will fix my fork to get the updated Optima state.