Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Nov 12, 2023
1 parent eafeabd commit 3fa490b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ smoof 1.7.0
* Added R-based evaluation environment for MPM2 generator which greatly accelerates evaluation in multi-objective settings
* Added support for single- and multi-objective NK-landscapes
* Sanity checks for smoof functions evaluations are now optional (you may set the option smoof.check_input_before_evaluation
to FALSE in order to deactivate those checks). This can lead to significant speed ups when a function is evalauted many times
to FALSE in order to deactivate those checks). This can lead to significant speed ups when a function is evaluated many times

smoof 1.6.0.3
=============
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Added extra helper functions to extract all problem instance-specific data from MPM2 generator
* Added R-based evaluation environment for MPM2 generator which greatly accelerates evaluation in multi-objective settings
* Added support for single- and multi-objective NK-landscapes
* Sanity checks for smoof functions evaluations are now optional (you may set the option smoof.check_input_before_evaluation to FALSE in order to deactivate those checks). This can lead to significant speed ups when a function is evalauted many times
* Sanity checks for smoof functions evaluations are now optional (you may set the option smoof.check_input_before_evaluation to FALSE in order to deactivate those checks). This can lead to significant speed ups when a function is evaluated many times

## Bugfixes

Expand Down

0 comments on commit 3fa490b

Please sign in to comment.