MCPcopy Create free account
hub / github.com/andeya/algorithm / ConvexProg

Interface ConvexProg

cvx/interfaces.go:96–110  ·  view source on GitHub ↗

ConvexProg is an interface that handles the following functions. F0() returns a tuple (mnl, x0, error). - mnl is the number of nonlinear inequality constraints. - x0 is a point in the domain of f. F1(x) returns a tuple (f, Df, error). - f is a matrix of size (mnl, 1) containing f(x). - Df is a m

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

F0Method · 0.65
F1Method · 0.65
F2Method · 0.65

Implementers 4

cpProgcvx/cp.go
acenterProgcvx/cp_test.go
convexVarProgcvx/interfaces.go
gpConvexProgcvx/gp.go

Calls

no outgoing calls

Tested by

no test coverage detected