void PSUADEDaceAlgorithmOptions_Impl::clearSamples() { clearOption("samples"); }
void PSUADEDaceAlgorithmOptions_Impl::clearPartitions() { clearOption("partitions"); }
void SamplingAlgorithmOptions_Impl::clearSeed() { clearOption("seed"); }
void PSUADEDaceAlgorithmOptions_Impl::clearSeed() { clearOption("seed"); }
void ParameterStudyAlgorithmOptions_Impl::clearStepsPerVariable() { clearOption("stepsPerVariable"); }
void ParameterStudyAlgorithmOptions_Impl::clearPartitions() { clearOption("partitions"); }
void ParameterStudyAlgorithmOptions_Impl::clearNumSteps() { clearOption("numSteps"); }
void ParameterStudyAlgorithmOptions_Impl::clearListOfPoints() { clearOption("listOfPoints"); }
void ParameterStudyAlgorithmOptions_Impl::clearStepVector() { clearOption("stepVector"); }
void ParameterStudyAlgorithmOptions_Impl::clearFinalPoint() { clearOption("finalPoint"); }
void DDACEAlgorithmOptions_Impl::clearSymbols() { clearOption("symbols"); }
void DDACEAlgorithmOptions_Impl::clearSamples() { clearOption("samples"); }
void DDACEAlgorithmOptions_Impl::clearSeed() { clearOption("seed"); }