Skip to main content

Framework for Genetic Algorithms with parallel support

Project description

fastGA

Framework for Genetic Algorithms with parallel island model.

Installation

pip install fastGA  # Version standard
pip install "fastGA[parallel]"  # Avec parallélisme

Quickstart

from fastGA import GeneticAlgorithm, Chromosome

class MySolution(Chromosome):
    def evaluate(self):
        return -sum(x**2 for x in self.genes)

ga = GeneticAlgorithm(...)
best = ga.run()

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

hpc_ga-0.1.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

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

hpc_ga-0.1.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file hpc_ga-0.1.0.tar.gz.

File metadata

  • Download URL: hpc_ga-0.1.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for hpc_ga-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9ae5994b4218447faffb722a616f4d37787d94635f781be25fb6ca39d9e8cf68
MD5 68281731e4ad51d8de4dedac3ec7546d
BLAKE2b-256 eff1316d6520fd3007c49ac56c6d22ca3628e9e932b0fae902c2bc16dced5030

See more details on using hashes here.

File details

Details for the file hpc_ga-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: hpc_ga-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for hpc_ga-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 58ed354ef769168ec0981745d9f97fea4fe8d0e2235dffe5b3c8f4d8d65151e4
MD5 7d48e8be775054ab2e2e9b578ce01d22
BLAKE2b-256 75dd8a2f9a1e212450babd213486c4f47ba31e233dfb7795ff3b5addbafc4b25

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