Differences
This shows you the differences between two versions of the page.
ref:test_objective [2020/01/03 14:19] |
ref:test_objective [2020/06/19 15:47] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== TestObjective ====== | ||
+ | [[objective|Objective]] used for testing, evaluates a multi-dimensional Schwefel function. | ||
+ | |||
+ | **Inherits from** [[objective|Objective]]. | ||
+ | |||
+ | ==== Public Attributes ==== | ||
+ | ^ Parameter ^ Type ^ Description ^ | ||
+ | ^ dim_ | size_t | Dimension of the objective function. | | ||
+ | ^ signature_prefix | String | Prefix signature with custom string. Special tags: DATE_TIME, DATE_TIME_EXACT, SCONE_VERSION. | | ||
+ | ^ signature_postfix | String | Append custom string to signature. Special tags: DATE_TIME, DATE_TIME_EXACT, SCONE_VERSION. | | ||
+ | |||
+ | <sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub> | ||