Skip to content

redundant pure virtual functions asking for parameters #19

@tbrown122387

Description

@tbrown122387

seems redundant to have SwarmWithCovs give the implementer two opportunities to make the mistake of breaking the parameterization:

virtual psv samp_untrans_params() = 0;
/**
* @brief instantiate a model with an untransformed parameter
* at the moment, it is up to the user to make sure that
* the correct ordering of the parameters is used
*/
virtual ModType instantiate_mod(const psv& untrans_params) = 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions