|
|
# Predator Prey model
|
|
|
|
|
|
## Description
|
|
|
|
|
|
Here a short description.
|
|
|
|
|
|
## Implementation
|
|
|
|
|
|
The first thing is to create an eclipse project :
|
|
|
* You have to choose a name
|
|
|
* You must attach the file [simaqualife-2.0.jar](https://gitlab.irstea.fr/SimAquaLife/SimAquaLife/uploads/1bedae420880f3871144deb370a110e8/simaqualife-2.0.jar) to your project.
|
|
|
* You can then export your created project on a git repository.
|
|
|
|
|
|
### Individuals data structure
|
|
|
|
|
|
Let's define the data structure for the individuals. As we have two types of individuals, we create two packages named "prey" and "predator", and we create an [abstract class](src/main/java/predatorprey/Individual.java) TODO |
|
|
\ No newline at end of file |