ref:imitation_objective

ImitationObjective

Objective that attempts to imitate the results of an existing simulation, without having to perform a new a simulation.

Inherits from ModelObjective.

Parameter Type Description
file path File containing the existing simulation results (.sto).
frame_delta size_t Number of frames to skip during each evaluation step; default = 1.
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.
signature String Set custom signature and omit the auto-generated signature.

Converted from doxygen using dokugen