VEOX Evolution Client
Project description
VEOX Evolution Client
Professional-grade client for the VEOX Evolution REST API with stunning UX.
Quick Start
from veox_client import VeoxEvolver
evolver = VeoxEvolver("binary")
evolver.fit(max_generations=10, population_size=20)
print(evolver.best_fitness_) # Best score
print(evolver.best_pipeline_) # Best genome as readable string
print(evolver.champions_) # All champions
evolver.save("my_results.json") # Persist results
With auto-managed server:
with VeoxEvolver.serve(port=8090) as evolver:
evolver.category = "binary"
evolver.fit(max_generations=10)
The fit() call blocks until the evolution completes (or fails / times out),
while rendering a live rich dashboard in the terminal showing real-time
progress, fitness curves, champion table, ETA, and engine statistics.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file veox_client-0.1.0.tar.gz.
File metadata
- Download URL: veox_client-0.1.0.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67cc2538fe2c4707844d6baaabd1c4ae26b59cdecd5dfc45db2876df37089597
|
|
| MD5 |
b51a639066a4147c9875110c3b5e6171
|
|
| BLAKE2b-256 |
590ef40add8b4b4cf8d43b474200f9a24ce5106d62a53ae347763044941ddd0c
|
File details
Details for the file veox_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: veox_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a364f46dec55aeca45d3c0abe0adeaef96fce5bc0bfd4b34e419c07bb37fab0
|
|
| MD5 |
c9e03d14b9aa47f6bb4e80a239c6f1ba
|
|
| BLAKE2b-256 |
84c055d95f6da6aae3250794789a20d38d30d1e0a3feef3b353f935640c3c3df
|