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
9899af6f
Commit
9899af6f
authored
Jun 23, 2021
by
Romain Reuillon
Browse files
Fix gama exemple
parent
d7aa74fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
gama/PredatorPrey.oms
View file @
9899af6f
...
...
@@ -9,7 +9,12 @@ val seed = Val[Long]
// The second argument of the GamaTask is the gama experiment name
// The third argument is the number of steps
val gama =
GAMATask(workDirectory / "predatorPrey.gaml", "prey_predatorExp", finalStep = 100, seed = seed) set (
GAMATask(
project = workDirectory / "model",
gaml = "predatorPrey.gaml",
experiment = "prey_predatorExp",
finalStep = 100,
seed = seed) set (
inputs += (nbPreysInit mapped "nb_preys_init"),
outputs += (numberOfPreys mapped "Number of preys")
)
...
...
gama/predatorPrey.gaml
→
gama/
model/
predatorPrey.gaml
View file @
9899af6f
File moved
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