- now you can run the executable in `EASEA-compiler-app/` named `easea-compiler-app`. If the executable is installed, you can also run `easea-compiler-app` from anywhere
- run `make uninstall` in the main directory to uninstall the application
If you are installing the interface from EASEA's github repository:
If you are installing the interface from the https://github.com/EASEA/easea[EASEA github repository, window=_blank]:
- move to the `easea-interface` directory with `cd easea/easea-interface/`
- move to the `easea-interface/` directory with `cd easea/easea-interface/`
- run `sudo make install`
- you can now launch the application with the `easea-compiler-app` command from anywhere.
- to uninstall the application run `make uninstall` from the directory `easea/easea-interface/`
...
...
@@ -80,7 +79,7 @@ In this tutorial we will compile and run the file `weierstrass.ez` from the `/ex
. We don't use any options in this compilation so just click on the `Compile` button
@@ -112,11 +111,11 @@ image::images/general_menu_batch.png[general menu batch image, 850, align=center
4) At the end of these runs you should see something like this :
image::images/end_run_batch.png[end run batch image, 700, align=center]
image::images/end_run_batch.png[end run batch image, 800, align=center]
5) In the `Result Plot` tab you can see the graph generated as we requested : 5 violin plots (for more informations about this graph see <<Result Plot tab>>)
@@ -220,7 +219,7 @@ image::images/general_menu.png[general menu image, 900, align=center]
- [underline]#Compression# : Set the compression level
- [underline]#Batch Size# : Number of runs at the same time.
- [underline]#Batch Size# : Number of runs at the same time. Batch size is currently limited to 500 but it is recommended to limit to 30. [red]#Caution: run a very large number of executions may cause malfunctions depending on the capabilities of the machine#
// [red]#Don't use this option if you have compiled with options for <<Multi-objective problems>>#
- [underline]#Nb Of Threads# : Number of threads to use
...
...
@@ -265,13 +264,19 @@ This menu is available after activating the remote island model
image::images/island_menu.png[island menu image, 300, align=center]
- [underline]#Migration Probability# : Probability to send an individual each generation
- [underline]#Batch Type# : Type of island model (local or remote)
- [underline]#Ports/machines available# : Number of ports for local executions and machines for remote executions usable
- [underline]#Number of islands per run# : Number of islands per run
- [underline]#IP file# : File containing all the IPs of the remote islands
- [underline]#IP file# : File containing all the IPs of the remote islands. IP files are automatically generated in local mode
- [underline]#Server Port# : Port of the server
- [underline]#Migration Probability# : Probability to send an individual each generation