Skip to main content
Version: 0.5.x

aisp.base

Base Classes and Core Utilities.

Module: aisp.base

Overview

This module provides the fundamental classes and utilities that serve as the basis for all Artificial Immune Systems algorithms implemented in the AISP package.

Classes

ClassDescription
BaseClassifierAbstract base class for classification algorithms.
BaseClustererAbstract base class for clustering algorithms.
BaseOptimizerAbstract base class for optimization algorithms.

Submodules

ModuleDescription
immuneSupport Module for Artificial Immune Systems.