:mod:`realworld` --- Examples of Real-world Problems ==================================================== .. automodule:: optproblems.realworld Algorithm Configuration ----------------------- .. autoclass:: optproblems.realworld.GradientMethodConfiguration :members: :special-members: .. autofunction:: optproblems.realworld.gradient_method .. autofunction:: optproblems.realworld.descent_step .. autofunction:: optproblems.realworld.approx_gradient Uniformity Optimization ----------------------- .. autoclass:: optproblems.realworld.UniformityOptimization :members: :special-members: