ga


License

License

Categories

Categories

Net
GroupId

GroupId

net.cilib
ArtifactId

ArtifactId

cilib-ga_2.11
Last Version

Last Version

2.0.0-M2
Release Date

Release Date

Type

Type

jar
Description

Description

ga
ga
Project URL

Project URL

http://www.cilib.net
Project Organization

Project Organization

net.cilib
Source Code Management

Source Code Management

https://github.com/cirg-up/cilib

Download cilib-ga_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/net.cilib/cilib-ga_2.11/ -->
<dependency>
    <groupId>net.cilib</groupId>
    <artifactId>cilib-ga_2.11</artifactId>
    <version>2.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/net.cilib/cilib-ga_2.11/
implementation 'net.cilib:cilib-ga_2.11:2.0.0-M2'
// https://jarcasting.com/artifacts/net.cilib/cilib-ga_2.11/
implementation ("net.cilib:cilib-ga_2.11:2.0.0-M2")
'net.cilib:cilib-ga_2.11:jar:2.0.0-M2'
<dependency org="net.cilib" name="cilib-ga_2.11" rev="2.0.0-M2">
  <artifact name="cilib-ga_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cilib', module='cilib-ga_2.11', version='2.0.0-M2')
)
libraryDependencies += "net.cilib" % "cilib-ga_2.11" % "2.0.0-M2"
[net.cilib/cilib-ga_2.11 "2.0.0-M2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
net.cilib : cilib-core_2.11 jar 2.0.0-M2

Project Modules

There are no modules declared in this project.

CIlib - Computational Intelligence Library

CI Join the community on Spectrum Join the chat at https://gitter.im/ciren/cilib Maven Central Javadocs

CIlib is a library of various computational intelligence algorithms. The goal of the project is to create a library that can be used and referenced by individuals and researchers alike.

The goals of the project are:

  • 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
  • scaladoc
  • 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

Versions

Version
2.0.0-M2