Skip to main content

GEO: Genetic and Evolutionary Optimizer — A Neural Network Training framework (built with PyTorch).

Project description

GEO-OPTIMIZER

Genetic & Evolutionary Optimizer for Neural Networks

A minimal, fully-customizable, mutation-based neural network optimizer inspired by evolutionary algorithms. No gradient descent. Just evolution.


What is GEO-OPTIMIZER?

GEO (Genetic and Evolutionary Optimizer) is a lightweight PyTorch-based framework for training neural networks using evolutionary strategies instead of traditional backpropagation.

  • No gradients
  • No backward()
  • Works with any activation/loss functions
  • Optimizes with mutation, selection, and survival of the fittest

How It Works

At each generation:

  1. A population of mutated neural networks is generated.
  2. Each network is evaluated using a loss function.
  3. The top 2 performers are selected.
  4. New weights are blended and passed to the next generation.

Installation

pip install geo-optimizer

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

geo-optimizer-1.0.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.

geo_optimizer-1.0.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file geo-optimizer-1.0.0.tar.gz.

File metadata

  • Download URL: geo-optimizer-1.0.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0

File hashes

Hashes for geo-optimizer-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3be5912aa7d24767fcacd88313c1d2214a0e26fd638ad565bead7c70147b1532
MD5 f67d3ebcdceb0d7df78c67ca3fbfafdc
BLAKE2b-256 b7a3a2a3215aefd93de603b6b98fe76279df8455520fe929547986ca7fde1921

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for geo_optimizer-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 09655d110ab400ea232e8139e6c4526d39067dd095efb4a7b340fed714116bb7
MD5 54bb1b8046ab290c2ca6d2cf6fddf111
BLAKE2b-256 2c12f7906e0e7007e1f74cbc2c00eddc254e3f34237998ec83d2a150a89d4e6b

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