oppy
Contents:
What is oppy?
Installation
oppy Tutorials
oppy: How To’s (for developers)
oppy API
Hall of Fame
Literature
oppy
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
_
__init__() (oppy.options.Options method)
(oppy.results.Results method)
__repr__() (oppy.results.Results method)
A
armijo() (in module oppy.unconOpt.armijo)
armijo_goldstein() (in module oppy.conOpt.armijo_goldstein)
augmented_lagrangian() (in module oppy.conOpt.augmented_lagrangian)
B
b_and_b() (in module oppy.linOpt.b_and_b)
bfgs() (in module oppy.unconOpt.quasinewton)
bfgsrecb() (in module oppy.conOpt.l_bfgs_b)
bidiagonal_decomposition() (in module oppy.leastSquares.linear_least_square)
broyden() (in module oppy.unconOpt.quasinewton)
broyden_fam() (in module oppy.unconOpt.quasinewton)
C
cg() (in module oppy.itMet.cg)
check_constraints() (oppy.options.Options method)
constrained_mishrabird() (in module oppy.tests.costfunctions)
constrained_quadratic() (in module oppy.tests.costfunctions)
constrained_rosenbrock1() (in module oppy.tests.costfunctions)
constrained_rosenbrock2() (in module oppy.tests.costfunctions)
constrained_sphere_1() (in module oppy.tests.costfunctions)
create_master_dict() (oppy.results.Results method)
create_reference_points() (in module oppy.multOpt.erpm)
(in module oppy.multOpt.psm)
create_weights() (in module oppy.multOpt.wsm)
create_z_ref_grid() (in module oppy.multOpt.erpm)
(in module oppy.multOpt.psm)
D
data_least_square() (in module oppy.tests.costfunctions)
dfp() (in module oppy.unconOpt.quasinewton)
division() (in module oppy.linOpt.simplex)
dsimplex() (in module oppy.linOpt.simplex)
E
eq_constrained_himmelblau() (in module oppy.tests.costfunctions)
eq_constrained_plain() (in module oppy.tests.costfunctions)
erpm() (in module oppy.multOpt.erpm)
evalFunc_ERPM() (in module oppy.multOpt.erpm)
evalFunc_InequConstr_PSM() (in module oppy.multOpt.psm)
evalFunc_WSM() (in module oppy.multOpt.wsm)
evalGrad_ERPM() (in module oppy.multOpt.erpm)
evalGrad_InequConstr_PSM() (in module oppy.multOpt.psm)
evalGrad_WSM() (in module oppy.multOpt.wsm)
evalHess_ERPM() (in module oppy.multOpt.erpm)
evalHess_InequConstr_PSM() (in module oppy.multOpt.psm)
evalHess_WSM() (in module oppy.multOpt.wsm)
F
FDLaplacian() (in module oppy.tests.itMet.FDLaplacian)
finalize() (oppy.results.Results method)
fr_pr() (in module oppy.unconOpt.nonlinear_cg)
G
gauss_seidel() (in module oppy.itMet.gauss_seidel)
get_all_subproblems_set() (in module oppy.multOpt.handle_subproblems)
get_all_subproblems_string() (in module oppy.multOpt.handle_subproblems)
get_involved_cfs_array() (in module oppy.multOpt.handle_subproblems)
get_involved_cfs_list() (in module oppy.multOpt.handle_subproblems)
get_involved_cfs_set() (in module oppy.multOpt.handle_subproblems)
get_involved_cfs_string() (in module oppy.multOpt.handle_subproblems)
get_missing_cfs_set() (in module oppy.multOpt.handle_subproblems)
get_missing_cfs_string() (in module oppy.multOpt.handle_subproblems)
get_ops() (oppy.options.Options method)
givens_qr() (in module oppy.leastSquares.nonlinear_least_square)
givens_rotation() (in module oppy.leastSquares.nonlinear_least_square)
global_maxima (oppy.tests.costfunctions.Himmelblau attribute)
(oppy.tests.costfunctions.MishrasBird attribute)
(oppy.tests.costfunctions.NegativeCosine attribute)
(oppy.tests.costfunctions.Plain attribute)
(oppy.tests.costfunctions.Quadratic attribute)
(oppy.tests.costfunctions.Rosenbrock attribute)
(oppy.tests.costfunctions.RosenbrockConstrained1 attribute)
(oppy.tests.costfunctions.RosenbrockConstrained2 attribute)
(oppy.tests.costfunctions.Sphere attribute)
(oppy.tests.costfunctions.SphereConstrained1 attribute)
global_minima (oppy.tests.costfunctions.Himmelblau attribute)
(oppy.tests.costfunctions.MishrasBird attribute)
(oppy.tests.costfunctions.NegativeCosine attribute)
(oppy.tests.costfunctions.Plain attribute)
(oppy.tests.costfunctions.Quadratic attribute)
(oppy.tests.costfunctions.Rosenbrock attribute)
(oppy.tests.costfunctions.RosenbrockConstrained1 attribute)
(oppy.tests.costfunctions.RosenbrockConstrained2 attribute)
(oppy.tests.costfunctions.Sphere attribute)
(oppy.tests.costfunctions.SphereConstrained1 attribute)
gmres() (in module oppy.itMet.gmres)
gradient_constrained_mishrabird() (in module oppy.tests.costfunctions)
gradient_constrained_quadratic() (in module oppy.tests.costfunctions)
gradient_constrained_rosenbrock1() (in module oppy.tests.costfunctions)
gradient_constrained_rosenbrock2() (in module oppy.tests.costfunctions)
gradient_constrained_sphere_1() (in module oppy.tests.costfunctions)
gradient_data_least_square() (in module oppy.tests.costfunctions)
gradient_eq_constrained_himmelblau() (in module oppy.tests.costfunctions)
gradient_eq_constrained_plain() (in module oppy.tests.costfunctions)
gradient_himmelblau() (in module oppy.tests.costfunctions)
gradient_ieq_constrained_himmelblau() (in module oppy.tests.costfunctions)
gradient_ieq_constrained_plain() (in module oppy.tests.costfunctions)
gradient_mishrabird() (in module oppy.tests.costfunctions)
gradient_negativeCosine() (in module oppy.tests.costfunctions)
gradient_plain() (in module oppy.tests.costfunctions)
gradient_quadratic() (in module oppy.tests.costfunctions)
gradient_rosenbrock() (in module oppy.tests.costfunctions)
gradient_rosenbrock_least_square() (in module oppy.tests.costfunctions)
gradient_sphere() (in module oppy.tests.costfunctions)
gradmethod() (in module oppy.unconOpt.gradmethod)
H
hessian_himmelblau() (in module oppy.tests.costfunctions)
hessian_mishrabird() (in module oppy.tests.costfunctions)
hessian_negativeCosine() (in module oppy.tests.costfunctions)
hessian_quadratic() (in module oppy.tests.costfunctions)
hessian_rosenbrock() (in module oppy.tests.costfunctions)
hessian_sphere() (in module oppy.tests.costfunctions)
Himmelblau (class in oppy.tests.costfunctions)
himmelblau() (in module oppy.tests.costfunctions)
I
ieq_constrained_himmelblau() (in module oppy.tests.costfunctions)
ieq_constrained_plain() (in module oppy.tests.costfunctions)
initial_b_and_b() (in module oppy.linOpt.b_and_b)
isinteger() (in module oppy.linOpt.b_and_b)
J
jacobi() (in module oppy.itMet.jacobi)
L
l_bfgs_b() (in module oppy.conOpt.l_bfgs_b)
linear_least_square() (in module oppy.leastSquares.linear_least_square)
M
mishrabird() (in module oppy.tests.costfunctions)
MishrasBird (class in oppy.tests.costfunctions)
module
oppy
oppy.conOpt
oppy.conOpt.armijo_goldstein
oppy.conOpt.augmented_lagrangian
oppy.conOpt.l_bfgs_b
oppy.conOpt.penalty
oppy.conOpt.projected_armijo
oppy.conOpt.projected_gradient
oppy.conOpt.projected_newton
oppy.conOpt.sqp_bfgs
oppy.itMet
oppy.itMet.cg
oppy.itMet.gauss_seidel
oppy.itMet.gmres
oppy.itMet.jacobi
oppy.itMet.sor
oppy.itMet.steepest_descent
oppy.leastSquares
oppy.leastSquares.linear_least_square
oppy.leastSquares.nonlinear_least_square
oppy.linOpt
oppy.linOpt.b_and_b
oppy.linOpt.simplex
oppy.multOpt
oppy.multOpt.erpm
oppy.multOpt.handle_subproblems
oppy.multOpt.mop
oppy.multOpt.psm
oppy.multOpt.wsm
oppy.options
oppy.results
oppy.tests
oppy.tests.costfunctions
oppy.tests.itMet.FDLaplacian
oppy.tests.run_all_tests_in_dir
oppy.tests.test_oppy_all
oppy.unconOpt
oppy.unconOpt.armijo
oppy.unconOpt.gradmethod
oppy.unconOpt.newton
oppy.unconOpt.nonlinear_cg
oppy.unconOpt.quasinewton
oppy.unconOpt.wolfe
oppy.visualization
oppy.visualization.getFigure
N
NegativeCosine (class in oppy.tests.costfunctions)
negativeCosine() (in module oppy.tests.costfunctions)
newFigure() (in module oppy.visualization.getFigure)
newton() (in module oppy.unconOpt.newton)
nonlinear_cg() (in module oppy.unconOpt.nonlinear_cg)
nonlinear_least_square() (in module oppy.leastSquares.nonlinear_least_square)
O
oppy
module
oppy.conOpt
module
oppy.conOpt.armijo_goldstein
module
oppy.conOpt.augmented_lagrangian
module
oppy.conOpt.l_bfgs_b
module
oppy.conOpt.penalty
module
oppy.conOpt.projected_armijo
module
oppy.conOpt.projected_gradient
module
oppy.conOpt.projected_newton
module
oppy.conOpt.sqp_bfgs
module
oppy.itMet
module
oppy.itMet.cg
module
oppy.itMet.gauss_seidel
module
oppy.itMet.gmres
module
oppy.itMet.jacobi
module
oppy.itMet.sor
module
oppy.itMet.steepest_descent
module
oppy.leastSquares
module
oppy.leastSquares.linear_least_square
module
oppy.leastSquares.nonlinear_least_square
module
oppy.linOpt
module
oppy.linOpt.b_and_b
module
oppy.linOpt.simplex
module
oppy.multOpt
module
oppy.multOpt.erpm
module
oppy.multOpt.handle_subproblems
module
oppy.multOpt.mop
module
oppy.multOpt.psm
module
oppy.multOpt.wsm
module
oppy.options
module
oppy.results
module
oppy.tests
module
oppy.tests.costfunctions
module
oppy.tests.itMet.FDLaplacian
module
oppy.tests.run_all_tests_in_dir
module
oppy.tests.test_oppy_all
module
oppy.unconOpt
module
oppy.unconOpt.armijo
module
oppy.unconOpt.gradmethod
module
oppy.unconOpt.newton
module
oppy.unconOpt.nonlinear_cg
module
oppy.unconOpt.quasinewton
module
oppy.unconOpt.wolfe
module
oppy.visualization
module
oppy.visualization.getFigure
module
ops() (oppy.options.Options method)
Options (class in oppy.options)
P
penalty() (in module oppy.conOpt.penalty)
Plain (class in oppy.tests.costfunctions)
plain() (in module oppy.tests.costfunctions)
projected_armijo() (in module oppy.conOpt.projected_armijo)
projected_gradient() (in module oppy.conOpt.projected_gradient)
projected_newton() (in module oppy.conOpt.projected_newton)
psm() (in module oppy.multOpt.psm)
Q
Quadratic (class in oppy.tests.costfunctions)
quadratic() (in module oppy.tests.costfunctions)
quasinewton() (in module oppy.unconOpt.quasinewton)
R
Results (class in oppy.results)
Rosenbrock (class in oppy.tests.costfunctions)
rosenbrock() (in module oppy.tests.costfunctions)
rosenbrock_least_square() (in module oppy.tests.costfunctions)
RosenbrockConstrained1 (class in oppy.tests.costfunctions)
RosenbrockConstrained2 (class in oppy.tests.costfunctions)
run_all_tests_in_dir() (in module oppy.tests.run_all_tests_in_dir)
S
set_missing() (oppy.options.Options method)
signum() (in module oppy.leastSquares.linear_least_square)
simplex() (in module oppy.linOpt.simplex)
singular_value_decomposition() (in module oppy.leastSquares.linear_least_square)
singular_value_solution() (in module oppy.leastSquares.linear_least_square)
solve_dual() (in module oppy.linOpt.simplex)
solve_MultiobjectiveOptimizationProblem() (in module oppy.multOpt.mop)
solve_primal() (in module oppy.linOpt.simplex)
sor() (in module oppy.itMet.sor)
sort() (in module oppy.leastSquares.linear_least_square)
Sphere (class in oppy.tests.costfunctions)
sphere() (in module oppy.tests.costfunctions)
SphereConstrained1 (class in oppy.tests.costfunctions)
sqp_bfgs() (in module oppy.conOpt.sqp_bfgs)
sr1() (in module oppy.unconOpt.quasinewton)
stationary_points (oppy.tests.costfunctions.Himmelblau attribute)
(oppy.tests.costfunctions.MishrasBird attribute)
(oppy.tests.costfunctions.NegativeCosine attribute)
(oppy.tests.costfunctions.Plain attribute)
(oppy.tests.costfunctions.Quadratic attribute)
(oppy.tests.costfunctions.Rosenbrock attribute)
(oppy.tests.costfunctions.RosenbrockConstrained1 attribute)
(oppy.tests.costfunctions.RosenbrockConstrained2 attribute)
(oppy.tests.costfunctions.Sphere attribute)
(oppy.tests.costfunctions.SphereConstrained1 attribute)
steepest_descent() (in module oppy.itMet.steepest_descent)
strong_branching() (in module oppy.linOpt.b_and_b)
T
test() (in module oppy)
test_oppy_all() (in module oppy.tests.test_oppy_all)
U
update_results() (oppy.results.Results method)
W
wolfe() (in module oppy.unconOpt.wolfe)
wsm() (in module oppy.multOpt.wsm)