-
-
Notifications
You must be signed in to change notification settings - Fork 37
[WIP] Exponential barrier #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@cvanaret I updated GALAHAD and I can test all CUTEst problems with the version of Nick, should I focus on the version of GALAHAD for now or work together on the version in Uno? |
|
@amontoison I'll be working on the Python bindings until ICCOPT and I'll get back to the barrier method in August (still need to refactor some stuff before I implement the exp barrier). So you should definitely focus on GALAHAD for now :) Thanks! |
5608ef3 to
08735f7
Compare
22c9764 to
59ac349
Compare
4b1ef24 to
4d16558
Compare
54022c7 to
1b658ec
Compare
…ponentialBarrierProblem and PrimalDualInteriorPointMethod inherit from BarrierProblem
…s necessary for the exp barrier method. This is not very satistfying. I'll open a PR to try and gather all the evaluations in an object (something like EvaluationSpace)
…onstraint values are required for ExponentialBarrierProblem)
…changed in WarmstartInformation object
1b658ec to
849a829
Compare
BarrierProblemofPrimalDualInteriorPointProblemInteriorPointMethoda template parameterized by the type of barrier problemExponentialBarrierProblemthat inherits fromBarrierProblemExponentialBarrierProblem