Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo correction
  • Loading branch information
cptanalatriste committed Jun 27, 2017
1 parent 18c1324 commit 38a6586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ Isula will provide you the basic execution flow for an algorithm in the ACO meta

Every ACO algorithm has a set of customized behaviours that are executed during the solution processes: this behaviours can have global impact (`DaemonAction` instances, like pheromone update rules) or only affect an ant and its solution (like component selection rules: they are subclasses of `AntPolicy`). Isula already provides this behaviours for some representative algorithms -take a look at the `isula.aco.algorithms` package- but you might be in the need of defining your own policies or extending the ones already available.

Read abour Isula
Read about Isula
---------------
The Javadoc of every class on the framework is available here: http://cptanalatriste.github.io/isula/doc/

Expand Down

0 comments on commit 38a6586

Please sign in to comment.