bbopt / NOMAD.jl

Julia interface to the NOMAD blackbox optimization software
Other
47 stars 5 forks source link

Linear equality constraints #26

Closed salomonl closed 3 years ago

salomonl commented 3 years ago

Fix #25 This pull request adds linear equality constraints for NOMAD.

amontoison commented 3 years ago

Thank you. I will do a new release if it's fine for you @salomonl.

I also give you the commands to rebase your fork's branchs with the bbopt/NOMAD.jl repository:

git remote add upstream https://github.com/bbopt/NOMAD.jl.git
git fetch upstream
git checkout my_branch
git rebase upstream/master
git push -f
salomonl commented 3 years ago

Ok for that. It is a minor release, as it only adds some new features.

amontoison commented 3 years ago

Ok I will release the version 2.0.1. I just need to fix the deployment of the documentation before.