Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2082, comment 32


Ignore:
Timestamp:
03/14/14 20:15:24 (11 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2082, comment 32

    initial v1  
    99 * 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.
    1010 * 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 trunk
     11 * ~~Use Environment.Newline instead of "\r\n" ~~
     12 * ~~ Update copyright year before merging into trunk ~~
    1313 * 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.