Initializing help system before first use

problem.validatekkt

problem.validatekkt


Purpose
Validates the first order optimality conditions also known as the Karush-Kuhn-Tucker (KKT) conditions versus the currect solution
Synopsis
problem.validatekkt(calculationmode, respectbasisstatus, updatemultipliers, kktviolationtarget)
Arguments
calculationmode 
The calculation mode can be:
recalculate the reduced costs at the current solution using the current dual solution.
minimize the sum of KKT violations by adjusting the dual solution.
perform both.
respectbasisstatus 
The following ways are defined to assess if a constraint is active:
evaluate the recalculated slack activity versus xslp_ECFTOL_R.
use the basis status of the slack in the linearized problem if available.
use both.
updatemultipliers 
The calculated values can be:
only used to calculate the xslp_validationindex_k measure.
used to update the current dual solution and reduced costs.
kktviolationtarget 
When calculating the best KKT multipliers, it is possible to enforce an even distribution of reduced costs violations by enforcing a bound on them.
Further information
The bounds enforced by kktviolationtarget are automatically relaxed if the desired accuracy cannot be achieved.

© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.