Creates a human-readable HTML report file from an optimiser definition. Usually, the optimiser definition would have been created from the optimiser results file. The results file is an XML file that contains the definition information along with results including the data for each iteration and the final result.
The results file is automatically generated for each optimiser run. The path of the file can be obtained from OptimiserGetInfo or OptimiserSimulatorGetInfo . This file can then be loaded using OptimiserCreateFromXML and the resulting ID used for argument 1.
Number | Type | Compulsory | Default | Description |
1 | Real | Yes | Optimiser definition ID | |
2 | String | Yes | Path of file to receive HTML content | |
3 | String | No | An internal default style will be used | CSS file |
ID reference to optimiser definition as returned by functions:
Path of file to receive HTML content
CSS file containing style information for the HTML content.
datatable | General styles used for table containing iteration data |
headertable | General styles used for table at top of report |
opt_expression | Style for table column holding the expression |
opt_none | Style for text showing values that are defined as report-only |
opt_constraint_pass | Style for text showing constraint values that passed |
opt_constraint_fail | Styke for text showing constraint values that failed |
Return type: Real
Status. 1 for success, 0 failure, -1 definition not recognised
▲Function Summary▲ | ||
◄ OptimiserWriteCommandFile | OptimiserWriteXML ▶ |