We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45720a6 commit cc5f7e3Copy full SHA for cc5f7e3
src/evox/problems/__init__.py
@@ -1,4 +1,4 @@
1
__all__ = ["neuroevolution", "numerical", "hpo_wrapper"]
2
3
4
-from . import neuroevolution, numerical, hpo_wrapper
+from . import hpo_wrapper, neuroevolution, numerical
0 commit comments