README.md (cilib-0.8) | : | README.md (cilib-2.0.1) | ||
---|---|---|---|---|
# CIlib - Computational Intelligence Library (http://www.cilib.net) | # CIlib - Computational Intelligence Library | |||
Copyright (C) 2003, 2010 - CIRG@UP | [] | |||
Computational Intelligence Research Group (CIRG@UP) | (https://travis-ci.org/cirg-up/cilib) | |||
Department of Computer Science | [](https://gitter.im/cirg-up/cilib?utm_source=badge&utm_medium=badg | |||
South Africa | e&utm_campaign=pr-badge&utm_content=badge) | |||
CIlib is a library of various computational intelligence | CIlib is a library of various computational intelligence | |||
algorithms. The goal of the project is to create a library that can be used | algorithms. The goal of the project is to create a library that can be used | |||
and referenced by individuals. | and referenced by individuals and researchers alike. | |||
[](http://travis-ci | The goals of the project are: | |||
.org/cilib/cilib) | * To provide a type-safe library, preventing as many runtime errors and | |||
invalid data representations as possible | ||||
* Allow for the perfect reproduction of simulations, enabling researchers | ||||
to validate and reuse previous work and published results with confidence | ||||
* Enable composition, reducing the need to repeat implementations | ||||
CIlib is not a "framework", instead the library is a set of a few very simple | ||||
abstractions, and allows for a principled manner to define computational | ||||
intelligence algorithms and uses several typeclasses such as `Functor` and | ||||
`Monad`. | ||||
## Documentation and Support | ||||
* Have a look a the [website](http://cilib.net) | ||||
* [scaladoc](http://cilib.net/api/cilib) | ||||
* The source code of the project also contains several examples, have | ||||
a look in the `example` directory | ||||
* If you run into trouble, please open an issue | ||||
* Come join in the discussion in `#cilib` on `FreeNode`, or join | ||||
the [Gitter channel](https://gitter.im/cirg-up/cilib) | ||||
## Documentation | CIlib is maintained by several individuals and supported by CIRG @ UP | |||
Documentation is currently being compiled through an internal documentation | (Computational Intelligence Research Group @ University of Pretoria). | |||
process. The process might take a while, but feel free to aid us in our | ||||
efforts by forking [cilib.github.com](https://github.com/cilib/cilib.github.com) | ||||
and sending us a pull request. | ||||
## Download | ||||
TODO | ||||
## Bugs and feature requests | ||||
Please feel free to sumbit any bugs and / or feature requests using the | ||||
[issue tracker](https://github.com/cilib/cilib/issues). Additionally, | ||||
any pull requests are welcome - feel free to fork and send us some. | ||||
## Contact information | ||||
CIlib has a busy community, and we encourage you to join us. The developers and | ||||
users may be contacted using either the project site / user forums or the | ||||
developer mailing list. | ||||
http://cilib.net (Web site) | ||||
http://groups.google.com/group/cilib-dev (Developer mailing list) | ||||
http://groups.google.com/group/cilib-user (User mailing list) | ||||
End of changes. 5 change blocks. | ||||
9 lines changed or deleted | 28 lines changed or added |