Changes between Version 2 and Version 3 of Ticket #2439
- Timestamp:
- 07/21/15 15:47:40 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2439 – Description
v2 v3 2 2 3 3 * Bounds are ignored 4 > gkronber: BFGS doesn't support bounds. Use an algorithm that supports constraints instead (such as BLEIC in alglib) 4 > gkronber: BFGS doesn't support bounds. Use an algorithm that supports constraints instead (such as BLEIC in alglib). Also see #2217 for a similar issue in relation with CMAES. 5 5 * Maximization flag is ignored 6 6 * Does not work with the programmable problem, because the operators are not wired to the new encoding