Main Content

resetCHOMPOptions

Reset option properties to the last trained state

Since R2024a

    Description

    resetCHOMPOptions(dlchomp) resets the SmoothnessOptions, CollisionOptions, and SolverOptions properties of the specified dlCHOMP object to their state when the CHOMP optimizer was last trained using the trainDLCHOMP function. If you have not trained the dlCHOMP object, resetCHOMPOptions resets the options to their default values.

    The resetCHOMPOptions function requires the Deep Learning Toolbox™.

    Input Arguments

    collapse all

    Deep-learning-based CHOMP optimizer, specified as an dlCHOMP object.

    Version History

    Introduced in R2024a