Skip to main content

A modular and asynchronous framework for neuromorphic optimisation using spike-driven metaheuristics and heuristic-controlled spiking dynamics.

Project description

NeurOptimiser

NeurOptimiser is a neuromorphic optimisation framework in which metaheuristic search emerges from asynchronous spiking dynamics. It defines optimisation as a decentralised process executed by interconnected Neuromorphic Heuristic Units (NHUs), each embedding a spiking neuron model and a spike-triggered heuristic rule.

This framework enables fully event-driven, low-power optimisation by integrating spiking computation with local heuristic adaptation. It supports multiple neuron models, perturbation operators, and network topologies.


✨ Key Features

  • Modular and extensible architecture using Intel’s Lava.
  • Supports linear and Izhikevich neuron dynamics.
  • Implements random, fixed, directional, and Differential Evolution operators as spike-triggered perturbations.
  • Includes asynchronous neighbourhood management, tensor contraction layers, and greedy selectors.
  • Compatible with BBOB (COCO) suite.
  • Designed for scalability, reusability, and future deployment on Loihi-class neuromorphic hardware.

📖 Documentation

For detailed documentation, examples, and API reference, please visit the Neuroptimiser Documentation.

📦 Installation

pip install -e .

Ensure you have Python ≥ 3.10 and the Lava-NC environment configured.

🚀 Example Usage

from neuroptimiser import NeuroOptimiser

neuropt = NeuroOptimiser(
    problem=my_bbob_function,
    dimension=10,
    num_units=30,
    neuron_model="izhikevich",
    spike_operator="de_rand",
    spike_condition="l2"
)

neuropt.run(max_steps=1000)

📊 Benchmarking

Neuroptimiser has been validated over the BBOB suite, showing:

  • Competitive convergence versus Random Search
  • Consistent results across function types and dimensions
  • Linear runtime scaling with number of units and problem size

🔬 Citation

@misc{neuroptimiser2025,
  author={Cruz-Duarte, Jorge M. and Talbi, El-Ghazali},
  title        = {Neuroptimiser: A neuromorphic optimisation framework},
  year         = {2025},
  url          = {https://github.com/neuroptimiser/neuroptimiser},
  note         = {Version 1.0.0, accessed on 20XX-XX-XX}
}

🔗 Resources

🛠️ License

MIT License — see LICENSE

🧑‍💻 Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neuroptimiser-1.0.0.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neuroptimiser-1.0.0-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file neuroptimiser-1.0.0.tar.gz.

File metadata

  • Download URL: neuroptimiser-1.0.0.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for neuroptimiser-1.0.0.tar.gz
Algorithm Hash digest
SHA256 63eba77244c5ffe9307409dc84d83dc45773943763d118c9f4e273f400024e79
MD5 02300b398a52d407cf033678c02532df
BLAKE2b-256 4b9d28f4ca8a4fbf9ab8a390f26b2918e24b66cfc18e3b3d7189f75eb354089b

See more details on using hashes here.

File details

Details for the file neuroptimiser-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: neuroptimiser-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for neuroptimiser-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 23a410cdafbe1799d2f33907796eae3d6ae92d7238ed85ec85d91ea477735379
MD5 90a74ae3fa99e12340c5982e9e9e94f2
BLAKE2b-256 bf01718b39f2813e944bee5ad31dc457df764c1f3f78086925779d809cb14536

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page