Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
market
Commits
2f0ba210
Commit
2f0ba210
authored
Mar 02, 2020
by
Romain Reuillon
Browse files
Improve R example
parent
c277f1b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
R-hello/R.oms
View file @
2f0ba210
...
...
@@ -14,10 +14,8 @@ val rTask =
val multiThread = LocalEnvironment(2)
val exploration =
DirectSampling(
evaluation = rTask on multiThread hook ToStringHook(),
sampling = x in (0 to 100)
)
DirectSampling(
evaluation = rTask,
sampling = x in (0 to 100)
) on multiThread hook display
exploration
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment