Skip to content
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

Output a feasible point #3078

Open
mkovari opened this issue Feb 27, 2024 · 0 comments
Open

Output a feasible point #3078

mkovari opened this issue Feb 27, 2024 · 0 comments

Comments

@mkovari
Copy link
Collaborator

mkovari commented Feb 27, 2024

VMCON and PyVMCON frequently fail to converge.

Proposed solution

VMCON has an algorithm to find a feasible point to the linearized constraints (a solution vector that satisfies the constraints) as a starting point for each iteration. (PyVMCON does not seem to have this.) It would be a spiffing idea to store the first feasible point found (if there is one) and output it if the optimiser fails.

Drawbacks

We would need to find the relevant bit of code in VMCON. Also, VMCON is not allowed in the GitHub repository.

@jonmaddock @timothy-nunn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant