.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
setup.py
tox.ini
.github/pull_request_template.md
.github/workflows/publish.yaml
.github/workflows/quality.yaml
.github/workflows/test.yaml
flatpy/__init__.py
flatpy/nD.py
flatpy/twoD.py
flatpy/utils.py
flatpy.egg-info/PKG-INFO
flatpy.egg-info/SOURCES.txt
flatpy.egg-info/dependency_links.txt
flatpy.egg-info/top_level.txt
images/ackley.png
images/ackley_3D.png
images/checkerBoard.png
images/checkerBoard_3D.png
images/decay.png
images/decay_3D.png
images/flatTop.png
images/flatTop_3D.png
images/gerber.png
images/gerber_3D.png
images/gerber_bumpy.png
images/gerber_bumpy_3D.png
images/gerber_rotated.png
images/gerber_rotated_3D.png
images/gerber_smeared.png
images/gerber_smeared_3D.png
images/goldsteinPrice.png
images/goldsteinPrice_3D.png
images/hill.png
images/hill_3D.png
images/hill_sided.png
images/hill_sided_3D.png
images/himmelblau.png
images/himmelblau_3D.png
images/hinge.png
images/hinge_3D.png
images/ranjan.png
images/ranjan_3D.png
images/ridge.png
images/ridge2.png
images/ridge2_3D.png
images/ridge_3D.png
images/rosenbrock.png
images/rosenbrock_3D.png
images/salomon.png
images/salomon_3D.png
images/schwefel.png
images/schwefel_3D.png
images/shekel.png
images/shekel_3D.png
images/strangulation.png
images/strangulation_3D.png
tests/test_utils.py