forked from FOSSEE/FOSSEE-Optimization-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
executable file
·49 lines (39 loc) · 1.6 KB
/
changelog.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Changelog
---------
Version 0.4 (November 19, 2020)
The Optimization libraies and the toolbox is now completely built using opensource MinGW compiler on Windows
All functions are now prefixed with "fot_". For example, "fmincon" function is now renamed as "fot_fmincon"
Computation time for "fot_fmincon" function has been improved
"Option" argument introduced in the "fot_fmincon" function
Version 0.3.1 (March 31, 2020)
Problems with fmincon evident in version 0.3 have been fixed
Exit flag status for IPOPT and BONMIN libraries have been changed
Version 0.3 (January 20, 2020)
Toolbox ported to Scilab 6. It will not work for older versions of Scilab
Symphony has been temporarily disabled, will be reintroduced in the future
Upgraded solver libraries to their latest version and added the quadprogCLP function.
Improvements in help files and examples
"_gradhess" in intfmincon has been improved
Bug fixes for intfminimax
Version 0.2.3 (December 11, 2018)
Edits in quadprog help file
Restructured the linprog lambda parameter
Reduced size of source and all binaries
Version 0.2.2 (July 27, 2018)
Reduced the size of the source code and binaries
Version 0.2.1 (July 20, 2018)
Changed names of the following functions:
* cbcintlinprog => intlinprog
* intqpipopt => intquadprog
* qpipopt => quadprog
* qpipoptmat => quadprogmat
Version 0.2 (July 5, 2018)
Upgraded solver libraries to their latest version and added the following
functions:
* cbcintlinprog
* fotversion
* intfminbnd
* intfmincon
* intfminimax
* intfminunc
* intqpipopt