Skip to content

Commit

Permalink
patch to genetic mutation operator because of memory overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrvz committed Apr 25, 2024
1 parent fa8e572 commit 841e003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion customhys/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ['benchmark_func', 'experiment', 'hyperheuristic', 'metaheuristic', 'operators', 'population', 'tools',
'visualisation']
# Under revision: 'characterisation', 'visualisation'
__version__ = "1.1.5"
__version__ = "1.1.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='customhys',
version='1.1.5',
version='1.1.6',
packages=setuptools.find_packages(),
url='https://github.com/jcrvz/customhys',
license='MIT License',
Expand Down

0 comments on commit 841e003

Please sign in to comment.