I’ve just released a new version. This one improves the code handling equality constraints.
Still to do:
1. Add code to detect redundancy (linear dependence) among equality constraints.
2. Reduce the amount of memory allocation during the main optimisation phases: it should be possible to allocated all memory before this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I’ve just released a new version. This one improves the code handling equality constraints.
Still to do:
1. Add code to detect redundancy (linear dependence) among equality constraints.
2. Reduce the amount of memory allocation during the main optimisation phases: it should be possible to allocated all memory before this.