Skip to content

Commit

Permalink
Added information on how to cite with LaTeX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Oct 27, 2017
1 parent aa752b9 commit 4783b51
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,24 @@ The parameters *population size*, *iterations*, and *the initial neighborhood ra

1. The new calculated position of the glowworms from the iteration *t* should be applied at iteration *t+1* and not at the same iteration (see GSOAlgorithm.java, Lines 127 and 128).

## License
## License & Credit

This project is open source licensed under the BSD 3-Clause License. Please see the [LICENSE file](LICENSE.md) for more information.

If you use this app or the code in a presentation or lecture you could credit me like this:

```
Pascal Wagler (2017). "Glowworm Swarm Optimization Java" (https://github.com/Wandmalfarbe/Glowworm-Swarm-Optimization-Java)
```

Users of LaTeX are encouraged to cite with the following BibLaTeX entry:

```
@software{WaglerGlowwormSwarmOptimization2017,
title = {Glowworm {{Swarm Optimization Java}}},
url = {https://github.com/Wandmalfarbe/Glowworm-Swarm-Optimization-Java},
abstract = {A Java implementation and visualization of the glowworm swarm optimization (GSO) algorithm invented by K.N. Krishnanand and Debasish Ghose.},
author = {Wagler, Pascal},
date = {2017-10-27}
}
```

0 comments on commit 4783b51

Please sign in to comment.