PenaltyCombined Module Reference

Combined PenaltyFunction.

Penalty function takes two penalty functions and yields a linear combination of both, whereas weighting depends on the current itertation number.

input slots

InputSlot< PenaltyFunction< T > * > fstPenaltyFunction
  input slot for 1st penalty function
InputSlot< unsigned int > level
  input slot for current 'level'
InputSlot< PenaltyFunction< T > * > sndPenaltyFunction
  input slot for 1st penalty function

output slots

parameters

ParameterList< T > lambdaFst
  parameter list containing weights for 1st penalty function wrt the current iteration number
ParameterList< T > lambdaSnd
  parameter list containing weights for 2nd penalty function wrt the current iteration number

further information

This Module subclasses PenaltyFunction< T >.
For documentation of parameters and slots inherited by this base class, please have a look at the corresponding Module reference.

This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype may be used to select which instantiation you want.

The detailed doxygen documentation beyond the parameters/slots may be found here.


Get Charon at SourceForge.net. Fast, secure and Free Open Source software downloads