Skip to main content
Version: 0.2.x

Clonal Selection Algorithm

This page presents a collection of practical examples showcasing how to use the Clonal Selection Algorithm.

AIRS (Artificial Immune Recognition System)

Run notebooks online via Binder: Binder


Binary Algorithm

In the example present in this notebook 1000 random samples were generated, arranged in two groups, one for each class.

It uses the mushrooms database, which contains information about edible and poisonous mushrooms.

Real-Valued Algorithm

In the example present in this notebook 500 random samples were generated, arranged in two groups, one for each class, we can see the non-self detectors generated below

Example using the NSA iris database, which contains four-dimensional samples and three output classes (Setosa, Versicolor and Virginica).

To classify geyser eruptions in Yellowstone National Park, this notebook uses the Old Faithful database.