Class ScalarParameterInformationImplementation

    • Constructor Detail

      • ScalarParameterInformationImplementation

        public ScalarParameterInformationImplementation​(boolean isParameterToCalibrate,
                                                        ScalarConstraint constraint)
        Constructs a parameter.
        Parameters:
        isParameterToCalibrate - If true, the parameter will be varied during calibration.
        constraint - A constraint for the parameter.
      • ScalarParameterInformationImplementation

        public ScalarParameterInformationImplementation​(boolean isParameterToCalibrate)
        Constructs an unconstrained parameter.
        Parameters:
        isParameterToCalibrate - If true, the parameter will be varied during calibration.
      • ScalarParameterInformationImplementation

        public ScalarParameterInformationImplementation​(ScalarConstraint constraint)
        Constructs a parameter that needs to be calibrated.
        Parameters:
        constraint - A constraint for the parameter.