public class L2RegularizationTermForDeltas extends QPCostTermBase
QPTerm.TypeModelComponent.FilePathSaveType, ModelComponent.NavpanelVisibility| Modifier and Type | Field and Description | 
|---|---|
| static double | defaultWeight | 
DEFAULT_ENABLED, DEFAULT_WEIGHT, myPropsenforceUniqueCompositeNames, enforceUniqueNames, myNumber, NULL_OBJ, useCompactPathNames| Constructor and Description | 
|---|
| L2RegularizationTermForDeltas() | 
| L2RegularizationTermForDeltas(double weight) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | getQP(MatrixNd Q,
     VectorNd p,
     double t0,
     double t1)Adds the contribution of this term to the quadratic cost
 components Q and p. | 
getTypegetAllPropertyInfo, getController, getProperty, getWeight, isEnabled, isInternal, setEnabled, setInternal, setWeightcheckFlag, checkName, checkNameUniqueness, clearFlag, clone, connectToHierarchy, copy, createTempFlag, disconnectFromHierarchy, getChildren, getGrandParent, getHardReferences, getName, getNameRange, getNavpanelVisibility, getNavpanelVisibility, getNumber, getParent, getSoftReferences, hasChildren, hasState, isFixed, isMarked, isScanning, isSelected, isWritable, makeValidName, makeValidName, notifyParentOfChange, postscan, printReferences, recursivelyContained, recursivelyContains, removeTempFlag, scan, setFixed, setFlag, setMarked, setName, setNavpanelVisibility, setNavpanelVisibility, setNumber, setParent, setScanning, setSelected, setWritable, updateReferences, writeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetController, getWeight, isEnabled, setWeightconnectToHierarchy, disconnectFromHierarchy, getHardReferences, getName, getNavpanelVisibility, getNumber, getParent, getSoftReferences, hasState, isFixed, isMarked, isSelected, notifyParentOfChange, scan, setFixed, setMarked, setName, setNumber, setParent, setSelected, setWritable, updateReferencesgetAllPropertyInfo, getPropertygetChildren, hasChildrenpostscanisWritable, writepublic static final double defaultWeight
public L2RegularizationTermForDeltas()
public L2RegularizationTermForDeltas(double weight)
public void getQP(MatrixNd Q, VectorNd p, double t0, double t1)
QPCostTermQ - quadratic termp - proportional termt0 - time at start of stept1 - time at end of step