|
**Instructions for Linux**
|
|
**Instructions for Linux**
|
|
|
|
|
|
Download CSMOn, unpack it and ... |
|
Download CSMOn:
|
|
\ No newline at end of file |
|
|
|
|
|
***wget --no-check-certificate https://gitlab.c3sl.ufpr.br/pfperroni/CSMOn/repository/archive.tar.gz?ref=master -O CSMOn.tar.gz***
|
|
|
|
|
|
|
|
Unpack it:
|
|
|
|
|
|
|
|
***tar -xzvf CSMOn.tar.gz***
|
|
|
|
|
|
|
|
Compile the package:<br>
|
|
|
|
|
|
|
|
***cd CSMOn-*/python***
|
|
|
|
|
|
|
|
***make***
|
|
|
|
|
|
|
|
Then finally, run the example code (provided with a standard PSO implementation):
|
|
|
|
|
|
|
|
***python pso_example.py*** |
|
|
|
\ No newline at end of file |