Changes between Initial Version and Version 1 of Ticket #2082, comment 32
- Timestamp:
- 03/14/14 20:15:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2082, comment 32
initial v1 9 9 * At one point I had an error that forced me to close the problem view because each time I pressed prepare I got an exception dialog. Maybe it would be better to dispose the MATLAB instance on reset and instantiating a new one whenever the problem should be initialized. 10 10 * I only tested the MATLAB problem. The same comments apply also to the SciLab problem. 11 * Use Environment.Newline instead of "\r\n"12 * Update copyright year before merging into trunk11 * ~~Use Environment.Newline instead of "\r\n" ~~ 12 * ~~ Update copyright year before merging into trunk ~~ 13 13 * The implementation of the parameter optimization problem seems to duplicate parts of the single objective test function problem, NCA algorithm, and the Gaussian Process algorithm, it would probably be reasonable to derive those implementations from the more general parameter optimization problem.