Skip to content

v0.1.33

Latest
Compare
Choose a tag to compare
@Joao-Paulo-Silva Joao-Paulo-Silva released this 14 Oct 02:12
bae8f59

English:

Release of AISP (Artificial Immune System Package) version 0.1.33. In version 0.1.x, classes were added that implement binary negative selection algorithms and real-value algorithms.

Changes:

  • The package was refactored with the addition of the utils module, which centralizes common functions for reuse in future modules.
  • Unit tests were added for the utils module.
  • In-code comments were updated to English.

To install the latest version of the package, use the pip command:

pip install -U aisp

or

pip install aisp==0.1.33

We invite you to browse the AISP documentation where you can find detailed information on how to use these classes.


Português:

Lançamento do AISP (Artificial Immune System Package) versão 0.1.33. Na versão 0.1.x, foram adicionadas classes que implementam algoritmos de seleção negativa binária e de valor real.

Alterações:

  • O pacote foi refatorado com a adição do módulo utils, que centr

What's Changed

Full Changelog: v0.1.32...v0.1.33