Skip to content

Implement aiNet for Optimization #31

@Joao-Paulo-Silva

Description

@Joao-Paulo-Silva

Objective

This issue aims to add a new algorithm to AISP: Opt-AiNet, a variation of the Ainet algorithm for optimization.

Details

The Opt-AiNet algorithm will be implemented in the INA(Immune Network Algorithm) module, applyying the principles of artificial immune network theory.

Project Structure

aisp/
  └─ ina/
      ├─ tests/
      ├─ __init__.py
      ├─ _ai_network.py
      └─ _opt_ai_network.py 

Important

  • Reuse the existing mutation functions already implemented in project.
  • Ensure that all four mutation methods are reviewed and validated for compatibility with the Ainet context:
    • clone_and_mutate_continuous
    • clone_and_mutate_binary
    • clone_and_mutate_ranged
    • clone_and_mutate_permutation

References

Below are some key references to support the implementation of technique:

Metadata

Metadata

Labels

New FeatureAdd new modules or techniquesdocumentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions