Description Usage Arguments Value
View source: R/load_result_from_log_file.R
Load the end result of a run from a log file.
1 |
file |
the file to load |
a list with the following fields:
the file from which the result was loaded
the total number of consumed function evaluations
the function evaluation where the last improvement took palce
the total consumed time in milliseconds
the time when the last improved solution was found
the objective value of the best solution found
the contents of the BEST_Y section, i.e., the string representation of the best solution found
if the BEST_X section is present, then its contents (otherwise this key is not present). If this key is present, then it holds the string representation of the internal encoding of the best solution found
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.