Initial Publication:

Modified:

The following optional group will configure an experimental multi-objective algorithm known as SMOOTH and will be processed if [ProgramType] is set to “SMOOTH”.

BeginSMOOTH
SamplesPerIter      
NumIterations       
EndSMOOTH
BeginSMOOTH
SamplesPerIter      20
NumIterations       50
EndSMOOTH

Figure 1: General Format (left) and Example (right) of the SMOOTH Group

Where BeginSMOOTH and EndSMOOTH are parsing tags that wrap the following set of algorithm configuration variables:

  • SamplesPerIter: The number of model evaluations per iteration of the algorithm.
  • NumIterations: The number of iterations in the algorithm.