Class KGOIterationalTrySubspaceOrthogonal

java.lang.Object
com.polytechnik.kgo.KGOIterationalTrySubspaceOrthogonal

public class KGOIterationalTrySubspaceOrthogonal extends Object
A Knowledge Generalized Operator iteration optimization, a try with extra linear constraints incorporated with Gaussian elimination. This class has a number of implemented algorithms for linear constraints, the one that should be used -- the KGOIterationalTrySubspaceOrthogonal.LinConstraint.UV_OFFDIAG0DIAGEQ. The KGOIterationalTrySubspaceOrthogonal.LinConstraint.UV_ALL provides identical results and the other type of constraints do not converge at all. This class is a test and should not be used, proper equivalent implementation is KGOIterationalSubspaceLinearConstraints.
See Also: