Skip to main content

Python micro framework for building nature-inspired algorithms.

Project description

PyPI Version PyPI - Python Version PyPI - Status PyPI - Downloads GitHub Release Date Anaconda-Server Badge Documentation Status GitHub license

Scrutinizer Code Quality Coverage Status GitHub commit activity Updates Average time to resolve an issue Percentage of issues still open GitHub contributors

DOI zenodo DOI JOSS

About

Nature-inspired algorithms are a very popular tool for solving optimization problems. Numerous variants of nature-inspired algorithms have been developed since the beginning of their era. To prove their versatility, those were tested in various domains on various applications, especially when they are hybridized, modified or adapted. However, implementation of nature-inspired algorithms is sometimes a difficult, complex and tedious task. In order to break this wall, NiaPy is intended for simple and quick use, without spending time for implementing algorithms from scratch.

http://c1.staticflickr.com/5/4757/26625486258_41ea6d95e0.jpg

Mission

Our mission is to build a collection of nature-inspired algorithms and create a simple interface for managing the optimization process.
NiaPy will offer:
  • numerous benchmark functions implementations,

  • use of various nature-inspired algorithms without struggle and effort with a simple interface,

  • easy comparison between nature-inspired algorithms and

  • export of results in various formats (LaTeX, JSON, Excel).

Overview

Python micro framework for building nature-inspired algorithms. Official documentation is available here.

The micro framework features following algorithms:

  • basic:
    • Artificial bee colony algorithm

    • Bat algorithm

    • Camel algorithm

    • Cuckoo search

    • Differential evolution algorithm

    • Evolution Strategy

    • Firefly algorithm

    • Fireworks algorithm

    • Flower pollination algorithm

    • Forest optimization algorithm

    • Genetic algorithm

    • Glowworm swarm optimization

    • Grey wolf optimizer

    • Monarch butterfly optimization

    • Moth flame optimizer

    • Harmony Search algorithm

    • Krill herd algorithm

    • Monkey king evolution

    • Multiple trajectory search

    • Particle swarm optimization

    • Sine cosine algorithm

  • modified:
    • Hybrid bat algorithm

    • Self-adaptive differential evolution algorithm

    • Dynamic population size self-adaptive differential evolution algorithm

  • other:
    • Anarchic society optimization algorithm

    • Hill climbing algorithm

    • Multiple trajectory search

    • Nelder mead method or downhill simplex method or amoeba method

    • Simulated annealing algorithm

The following benchmark functions are included in NiaPy:

  • Ackley

  • Alpine
    • Alpine1

    • Alpine2

  • Bent Cigar

  • Chung Reynolds

  • Csendes

  • Discus

  • Dixon-Price

  • Elliptic

  • Griewank

  • Happy cat

  • HGBat

  • Katsuura

  • Levy

  • Michalewicz

  • Perm

  • Pintér

  • Powell

  • Qing

  • Quintic

  • Rastrigin

  • Ridge

  • Rosenbrock

  • Salomon

  • Schumer Steiglitz

  • Schwefel
    • Schwefel 2.21

    • Schwefel 2.22

  • Sphere
    • Sphere2 -> Sphere with different powers

    • Sphere3 -> Rotated hyper-ellipsoid

  • Step
    • Step2

    • Step3

  • Stepint

  • Styblinski-Tang

  • Sum Squares

  • Trid

  • Weierstrass

  • Whitley

  • Zakharov

Setup

Requirements

  • Python 3.6.x or 3.7.x (backward compatibility with 2.7.x)

  • Pip

Dependencies

  • numpy >= 1.16.2

  • scipy >= 1.2.1

  • enum34 >= 1.1.6 (if using python version < 3.4)

  • xlsxwriter >= 1.1.6

  • matplotlib >= 2.2.4

List of development dependencies and requirements can be found in the installation section of NiaPy documentation.

Installation

Install NiaPy with pip:

$ pip install NiaPy

Install NiaPy with conda:

$ conda install -c niaorg niapy

Or directly from the source code:

$ git clone https://github.com/NiaOrg/NiaPy.git
$ cd NiaPy
$ python setup.py install

Usage

After installation, the package can imported:

$ python
>>> import NiaPy
>>> NiaPy.__version__

For more usage examples please look at examples folder.

Contributing

Open Source Helpers

We encourage you to contribute to NiaPy! Please check out the Contributing to NiaPy guide for guidelines about how to proceed.

Everyone interacting in NiaPy’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the NiaPy code of conduct.

Licence

This package is distributed under the MIT License. This license can be found online at http://www.opensource.org/licenses/MIT.

Disclaimer

This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!

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

NiaPy-2.0.0rc9.tar.gz (132.4 kB view details)

Uploaded Source

Built Distribution

NiaPy-2.0.0rc9-py3-none-any.whl (193.8 kB view details)

Uploaded Python 3

File details

Details for the file NiaPy-2.0.0rc9.tar.gz.

File metadata

  • Download URL: NiaPy-2.0.0rc9.tar.gz
  • Upload date:
  • Size: 132.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for NiaPy-2.0.0rc9.tar.gz
Algorithm Hash digest
SHA256 e7effc5b4b287926961f21d534bef366ad68e5275d63cac08acbfa336f3a78b3
MD5 c312cafda4c208319dba7a4a79dcc511
BLAKE2b-256 b19f822b2bd4fd9b0f86be4cf2b1efcc5476e606db9729b1250f062345673d29

See more details on using hashes here.

File details

Details for the file NiaPy-2.0.0rc9-py3-none-any.whl.

File metadata

  • Download URL: NiaPy-2.0.0rc9-py3-none-any.whl
  • Upload date:
  • Size: 193.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for NiaPy-2.0.0rc9-py3-none-any.whl
Algorithm Hash digest
SHA256 2d6c252465e435a329a30939304b2a98063f71222b5b6159e2bf0898f03566a2
MD5 3cbbe7a1b0cd0c2b9919c35118a8c52d
BLAKE2b-256 3f118b68aa848d174a07ad6f17d50c79de2b00b890269678456b01c0f1f7c15b

See more details on using hashes here.

Supported by

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