Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AMOEBA3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMAC
Learning Group
AMOEBA3
Commits
ea2bde72
Commit
ea2bde72
authored
5 years ago
by
Hugo Roussel
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
905dc610
Branches
expe_half_infra_uncleaned
No related tags found
2 merge requests
!3
Merge masters
,
!2
Merge dev into develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
AMOEBAonAMAK/README.md
+0
-17
0 additions, 17 deletions
AMOEBAonAMAK/README.md
README.md
+17
-4
17 additions, 4 deletions
README.md
with
17 additions
and
21 deletions
AMOEBAonAMAK/README.md
deleted
100644 → 0
+
0
−
17
View file @
905dc610
# AMOEBA on AMAK
An AMOEBA3 port on AMAK.
## Quick start
```
Java
// Create a world and a studied system for your amoeba
World world = new World();
StudiedSystem studiedSystem = new F_XY_System(50.0);
AMOEBA amoeba = new AMOEBA(world, studiedSystem);
// Create a backup system for the amoeba
IBackupSystem backupSystem = new BackupSystem(amoeba);
// Load a configuration matching the studied system
File file = new File("resources\\twoDimensionsLauncher.xml");
backupSystem.loadXML(file);
// The amoeba is ready to be used
```
You can find a more complete exemple at
`experiment.Main.java`
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
17
−
4
View file @
ea2bde72
# AMAKFX and AMOEBAonAMAK
Tested with
o
pen
jdk 11
.
Tested with
O
pen
JDK 11, should work with Java 8
.
## Build Jar with dependencies
Check
[
the documentation directory
](
documentation
)
for more detailed and in depth instruction and explanation.
Check AMAKFX's
[
README
](
AMAKFX/README.md
)
for more detail on how to use it.
# Quick start :
## Maven build Jar with dependencies
`mvn clean compile assembly:single`
Note that the resulting jars are not platform independ
a
nt.
Note that the resulting jars are not platform independ
e
nt.
## Use with Eclipse
Clone this repo and import it as a Maven project.
...
...
@@ -16,5 +21,13 @@ AMOEBA-parent
| AMAKFX
| AMOEBAonAMAK
```
For more detail on
[
AMOEBAonAMAK
](
AMOEBAonAMAK/README.md
)
or
[
AMAKFX
](
AMAKFX/README.md
)
, check their respective README.
Check AMAKFX's
[
README
](
AMAKFX/README.md
)
for more detail on how to use it.
Check
[
the documentation directory
](
documentation
)
for more detailed and in depth instruction and explanation on AMOEBA.
### Amoeba Quick start
```
Java
StudiedSystem studiedSystem = new F_XY_System(50.0);
AMOEBA amoeba = new AMOEBA("resources/twoDimensionsLauncher.xml", studiedSystem);
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment