Skip to content

Commit

Permalink
Merge pull request #79 from luinardi/removed_optimization_limit
Browse files Browse the repository at this point in the history
Removed limit on optimization iterations.
  • Loading branch information
arturluis authored Aug 4, 2022
2 parents 398ff0c + 4cb6c47 commit 47d641e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions hypermapper/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"description": "Usually a number between 1 and 10. Max number of optimization iterations that HyperMapper can internally perform. We set a max number to limit the execution time of HyperMapper. Usually a bigger number will give a better accuracy but slower results.",
"type": "integer",
"minimum": 0,
"maximum": 5000,
"default": 50
},
"time_budget": {
Expand Down Expand Up @@ -581,4 +580,4 @@
"additionalProperties": false
}
}
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="hypermapper",
version="2.2.11",
version="2.2.12",
description="HyperMapper is a multi-objective black-box optimization tool based on Bayesian Optimization.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 47d641e

Please sign in to comment.