README.md
pyproject.toml
PyLOpt.egg-info/PKG-INFO
PyLOpt.egg-info/SOURCES.txt
PyLOpt.egg-info/dependency_links.txt
PyLOpt.egg-info/requires.txt
PyLOpt.egg-info/top_level.txt
pylopt/__init__.py
pylopt/bilevel_problem/__init__.py
pylopt/bilevel_problem/gradients.py
pylopt/bilevel_problem/parameter_groups.py
pylopt/bilevel_problem/solve_bilevel.py
pylopt/callbacks/Callback.py
pylopt/callbacks/__init__.py
pylopt/data/LogLevel.py
pylopt/data/__init__.py
pylopt/data/bilevel_types.py
pylopt/data/linear_solver_types.py
pylopt/data/optimiser_types.py
pylopt/dataset/ImageDataset.py
pylopt/dataset/__init__.py
pylopt/dataset/dataset_utils.py
pylopt/energy/Energy.py
pylopt/energy/MeasurementModel.py
pylopt/energy/__init__.py
pylopt/lower_problem/__init__.py
pylopt/lower_problem/solve_lower.py
pylopt/optimise/__init__.py
pylopt/optimise/optimise_adam.py
pylopt/optimise/optimise_lbfgs.py
pylopt/optimise/optimise_nag.py
pylopt/proximal_maps/ProximalOperator.py
pylopt/proximal_maps/__init__.py
pylopt/regularisers/__init__.py
pylopt/regularisers/fields_of_experts/FieldsOfExperts.py
pylopt/regularisers/fields_of_experts/ImageFilter.py
pylopt/regularisers/fields_of_experts/__init__.py
pylopt/regularisers/fields_of_experts/compilation.py
pylopt/regularisers/fields_of_experts/potential/Potential.py
pylopt/regularisers/fields_of_experts/potential/Spline.py
pylopt/regularisers/fields_of_experts/potential/StudentT.py
pylopt/regularisers/fields_of_experts/potential/__init__.py
pylopt/scheduler/HyperParamScheduler.py
pylopt/scheduler/__init__.py
pylopt/scheduler/restart_policy.py
pylopt/solver/CGSolver.py
pylopt/solver/LinearSystemSolver.py
pylopt/solver/__init__.py
pylopt/solver/solve_tridiagonal.py
pylopt/trash/__init__.py
pylopt/trash/bspline_pot.py
pylopt/trash/compare.py
pylopt/trash/derivative_regulariser.py
pylopt/trash/derivatives_poly.py
pylopt/trash/export_debug_batches.py
pylopt/trash/filter_responses.py
pylopt/trash/logsumexp_cuda.py
pylopt/trash/lr_scheduling.py
pylopt/trash/make_plots_for_poster.py
pylopt/trash/natural_cubic_splines.py
pylopt/trash/orthogonalise_filters.py
pylopt/trash/poly_deriv.py
pylopt/trash/quartic_again.py
pylopt/trash/rotate_images.py
pylopt/trash/scale_params.py
pylopt/trash/second_derivatives.py
pylopt/trash/spline_module_test.py
pylopt/trash/spline_test.py
pylopt/utils/Timer.py
pylopt/utils/__init__.py
pylopt/utils/config_utils.py
pylopt/utils/evaluation_utils.py
pylopt/utils/file_system_utils.py
pylopt/utils/logging_utils.py
pylopt/utils/seeding_utils.py
tests/test_image_filter.py
tests/test_potential_student_t.py