MCPcopy Create free account

hub / github.com/PatWie/CppNumericalSolvers / functions

Functions210 in github.com/PatWie/CppNumericalSolvers

MethodSvmPrimalObjective
src/examples/svm_primal_al.cc:42
MethodSvmPrimalSquaredHinge
src/examples/svm_primal_lbfgs.cc:47
MethodSvmSlackConstraint
src/examples/svm_primal_al.cc:113
FunctionTEST
---- Case 1: fp > fx ----------------------------------------------------- Reference model: phi(a) = 0.5 * a^2 - a, minimum at a* = 1. phi(0) = 0, p
src/test/cstep_test.cc:54
FunctionTEST
Strictly convex, well-conditioned quadratic. Starting at a point where the full Newton step exceeds the default TR radius, the solver grows the radiu
src/test/trust_region_newton_test.cc:141
FunctionTEST
---- Case 1: convex quadratic `phi(a) = a^2 - 2a` ------------------------ Starting at `a = 0` with `phi'(0) = -2`, the exact minimizer is `a = 1`. HZ
src/test/hager_zhang_test.cc:102
FunctionTEST
---- A.1: QuadraticEqualityPenalty is 0 at feasibility -------------------- c(x) = 0 + 1*x. At x = 0, c = 0, so P_eq(c)(x=0) = 0.5 * 0^2 = 0.
src/test/augmented_lagrangian_test.cc:281
FunctionTYPED_TEST
src/test/verify.cc:213
FunctionTrustRegionNewton
Overload that accepts a pre-configured stopping `Progress` (mirrors the other solvers' form) alongside the trust-region config. The two arguments are
include/cppoptlib/solver/trust_region_newton.h:177
MethodUpdate
HZ, stages U0-U3. Given a third point `c` with value/slope already in `history[ic]`, shrink the bracket `[ia, ib]` to two indices of a bracket around
include/cppoptlib/linesearch/hager_zhang.h:162
MethodUpdateBestIterateInPlace
Pareto comparison for the "best iterate so far" tracker. The order is: 1. An iterate with max_violation <= feas_tol is strictly better than any itera
include/cppoptlib/solver/augmented_lagrangian.h:656
MethodUpperBoundOnX0
src/test/augmented_lagrangian_test.cc:178
MethodX0MinusTarget
src/test/augmented_lagrangian_test.cc:162
Methodclone
include/cppoptlib/function_base.h:183
Methodclone
Exposes the stored interface for mode-downgrading converting construction into a weaker-mode `FunctionExpr`. Returns a deep-copied interface pointer
include/cppoptlib/function_base.h:257
Methodclone
include/cppoptlib/function_expressions.h:68
Methodclone
include/cppoptlib/function_expressions.h:139
Methodclone
include/cppoptlib/function_expressions.h:193
Methodclone
include/cppoptlib/function_expressions.h:250
Methodclone
include/cppoptlib/function_expressions.h:311
Methodclone
include/cppoptlib/function_expressions.h:353
Methodclone
include/cppoptlib/function_expressions.h:394
Methodcstep
TODO(patwie): cpplint prefers pointers here, but this would make the code unreadable. As these are all changing values a configuration structure would
include/cppoptlib/linesearch/more_thuente.h:261
Methodcvsrch
include/cppoptlib/linesearch/more_thuente.h:137
Methodhzls
Main driver. `*x` carries the initial iterate on entry and the accepted iterate on exit; `*f`, `*g` are filled with the accepted function value and g
include/cppoptlib/linesearch/hager_zhang.h:282
MethodisCoincident
Returns true if the two vectors are nearly equal (using the infinity norm).
include/cppoptlib/solver/nelder_mead.h:220
Functionmain
src/test/trust_region_newton_test.cc:366
Functionmain
src/test/augmented_lagrangian_test.cc:1282
Functionmain
src/test/verify.cc:314
Functionmain
src/examples/linear_regression.cc:57
Functionmain
src/examples/svm_primal_al.cc:128
Functionmain
src/examples/trust_region_newton_rosenbrock.cc:51
Functionmain
src/examples/simple.cc:52
Functionmain
Main demo: Solve the constrained problem with multiple constraints
src/examples/constrained_simple.cc:82
Functionmain
src/examples/svm_dual_lbfgsb.cc:62
Functionmain
Main demo: solve the constrained problem
src/examples/constrained_simple2.cc:48
Functionmain
src/examples/svm_primal_lbfgs.cc:86
Functionmain
src/examples/svm_dual_al.cc:84
Functionmain
----------------------------------------------------------------- Example Usage
src/examples/debug.cc:92
MethodmakeInitialSimplex
Create an initial simplex given the starting point x using adaptive perturbations.
include/cppoptlib/solver/nelder_mead.h:202
Methodmax_abs
include/cppoptlib/linesearch/more_thuente.h:408
Methodoperator()
src/test/cstep_test.cc:30
Methodoperator()
src/test/trust_region_newton_test.cc:50
Methodoperator()
src/test/trust_region_newton_test.cc:70
Methodoperator()
src/test/trust_region_newton_test.cc:100
Methodoperator()
src/test/trust_region_newton_test.cc:122
Methodoperator()
src/test/hager_zhang_test.cc:30
Methodoperator()
src/test/hager_zhang_test.cc:46
Methodoperator()
src/test/hager_zhang_test.cc:64
Methodoperator()
src/test/augmented_lagrangian_test.cc:87
Methodoperator()
src/test/augmented_lagrangian_test.cc:126
Methodoperator()
src/test/augmented_lagrangian_test.cc:136
Methodoperator()
src/test/augmented_lagrangian_test.cc:150
Methodoperator()
src/test/augmented_lagrangian_test.cc:164
Methodoperator()
src/test/augmented_lagrangian_test.cc:180
Methodoperator()
src/test/augmented_lagrangian_test.cc:194
Methodoperator()
src/test/augmented_lagrangian_test.cc:208
Methodoperator()
src/test/augmented_lagrangian_test.cc:224
Methodoperator()
src/test/augmented_lagrangian_test.cc:251
Methodoperator()
src/test/augmented_lagrangian_test.cc:948
Methodoperator()
src/test/augmented_lagrangian_test.cc:966
Methodoperator()
src/test/augmented_lagrangian_test.cc:981
Methodoperator()
src/test/augmented_lagrangian_test.cc:995
Methodoperator()
src/test/augmented_lagrangian_test.cc:1084
Methodoperator()
src/test/augmented_lagrangian_test.cc:1097
Methodoperator()
src/test/augmented_lagrangian_test.cc:1206
Methodoperator()
src/test/augmented_lagrangian_test.cc:1221
Methodoperator()
src/test/augmented_lagrangian_test.cc:1234
Methodoperator()
src/test/verify.cc:43
Methodoperator()
src/test/verify.cc:58
Methodoperator()
src/test/verify.cc:81
Methodoperator()
src/test/verify.cc:204
Methodoperator()
src/test/verify.cc:259
Methodoperator()
src/test/verify.cc:273
Methodoperator()
src/examples/linear_regression.cc:18
Methodoperator()
src/examples/linear_regression.cc:48
Methodoperator()
src/examples/svm_primal_al.cc:47
Methodoperator()
src/examples/svm_primal_al.cc:86
Methodoperator()
src/examples/svm_primal_al.cc:116
Methodoperator()
src/examples/trust_region_newton_rosenbrock.cc:33
Methodoperator()
src/examples/simple.cc:33
Methodoperator()
src/examples/constrained_simple.cc:27
Methodoperator()
src/examples/constrained_simple.cc:49
Methodoperator()
src/examples/constrained_simple.cc:69
Methodoperator()
src/examples/svm_dual_lbfgsb.cc:49
Methodoperator()
src/examples/constrained_simple2.cc:15
Methodoperator()
src/examples/constrained_simple2.cc:36
Methodoperator()
src/examples/svm_primal_lbfgs.cc:54
Methodoperator()
src/examples/svm_dual_al.cc:50
Methodoperator()
src/examples/svm_dual_al.cc:73
Methodoperator()
Simplified operator(): only function value and gradient.
src/examples/debug.cc:20
Methodoperator()
src/examples/debug.cc:36
Methodoperator()
src/examples/debug.cc:54
Methodoperator()
src/examples/debug.cc:77
Methodoperator()
include/cppoptlib/function_base.h:103
Methodoperator()
include/cppoptlib/function_base.h:166
Methodoperator()
Call operator.
include/cppoptlib/function_base.h:247
Methodoperator()
include/cppoptlib/function_expressions.h:57
Methodoperator()
include/cppoptlib/function_expressions.h:112
Methodoperator()
include/cppoptlib/function_expressions.h:167
← previousnext →101–200 of 210, ranked by callers