forked from roboptim/roboptim-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
30 lines (26 loc) · 939 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-*- outline -*-
New in 1.0, 2012-01-30
* Specialize template problem for empty vector of constraints.
* Support for cache functions.
* Switch to cmake.
* Add support for nonlinear least-square problems.
New in 0.4, 2009-11-16:
* Make plug-in loading more robust.
* Enhanced gradient checks.
* Handle symbol visibility under Linux properly.
* Uniformized floating point number display.
* Bug fix
New in 0.3, 2009-09-25:
* Finite difference gradients
* New kinds of functions: constant, identity function.
* Enhance display of problem, solver, functions.
* Experimental support for parametrized functions.
* Numerous bug fixes.
New in 0.2, 2009-05-03:
* New plug-in system
* Can export functions to Gnuplot.
* New N times derivable function.
New in 0.1, 04/17/2009:
* Shared interface definition.
* Implementation of the CFSQP bridge.
* Implementation of the Ipopt bridge.