We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Convex inequality and equality optimization problems were almost finished. See:
algorithms for cieco
and:
Feasible initial point
But for the infeasible initial point, need to fix some errors (execute 2nd example using [-4,-4] as x_0):
Infeasible initial point
which is using: algoritmos/Python dir.
Examples of tests for this case of infeasible inital point are in:
Infeasible inital point 1st version
Infeasible inital point 2nd version
Need to check which one is going to be the one that I will use.... 1st or 2nd version....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Convex inequality and equality optimization problems were almost finished. See:
algorithms for cieco
and:
Feasible initial point
But for the infeasible initial point, need to fix some errors (execute 2nd example using [-4,-4] as x_0):
Infeasible initial point
which is using: algoritmos/Python dir.
Examples of tests for this case of infeasible inital point are in:
Infeasible inital point 1st version
Infeasible inital point 2nd version
Need to check which one is going to be the one that I will use.... 1st or 2nd version....
The text was updated successfully, but these errors were encountered: