Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CodeReclaimers
/
neat-python
Public
Notifications
You must be signed in to change notification settings
Fork
509
Star
1.6k
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: CodeReclaimers/neat-python
Actions
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
Showing runs from all workflows
81 workflow runs
81 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Add pursuit-evasion example
Tests
#83:
Pull request
#293
opened by
aeyjeyaryan
Action required
aeyjeyaryan:master
aeyjeyaryan:master
Action required
View #293
View workflow file
Add disable_rule config flag for 75% crossover rule (#292)
Tests
#82:
Commit
7d9acae
pushed by
CodeReclaimers
5m 2s
master
master
5m 2s
View workflow file
Fix bugs surfaced by audit: pickling, empty-input, config validation
Tests
#81:
Commit
1e4c828
pushed by
CodeReclaimers
5m 12s
master
master
5m 12s
View workflow file
Fix flaky test_remove_node_deletes_node surfaced by PyPy CI
Tests
#80:
Commit
0b92b9d
pushed by
CodeReclaimers
5m 13s
master
master
5m 13s
View workflow file
Document activation/aggregation behavior found by adversarial review
Tests
#79:
Commit
423118e
pushed by
CodeReclaimers
5m 0s
master
master
5m 0s
View workflow file
Fix mutate_add_node innovation deduplication (issue #291)
Tests
#78:
Commit
4957a9d
pushed by
CodeReclaimers
4m 53s
master
master
4m 53s
View workflow file
Fix PyPy build failures: handle float overflow without OverflowError
Tests
#77:
Commit
6811a56
pushed by
CodeReclaimers
4m 45s
master
master
4m 45s
View workflow file
Bump version to 2.1.0
Tests
#76:
Commit
0d43d10
pushed by
CodeReclaimers
4m 50s
master
master
4m 50s
View workflow file
Update documentation to match current implementation
Tests
#75:
Commit
e166d37
pushed by
CodeReclaimers
5m 59s
master
master
5m 59s
View workflow file
Add What's New in 2.1 section to README
Tests
#74:
Commit
05b8341
pushed by
CodeReclaimers
4m 31s
master
master
4m 31s
View workflow file
Fix reporter generation mismatch and checkpoint lost-work problem
Tests
#73:
Commit
a2173e2
pushed by
CodeReclaimers
5m 1s
master
master
5m 1s
View workflow file
Remove CLAUDE.md from version control and .gitignore it
Tests
#72:
Commit
c1ae2dd
pushed by
CodeReclaimers
4m 49s
master
master
4m 49s
View workflow file
Fix fitness_criterion='min' ignored in best-genome tracking, stagnati…
Tests
#71:
Commit
ec33784
pushed by
CodeReclaimers
4m 34s
master
master
4m 34s
View workflow file
Add 55 unit tests covering feature gaps; document micromamba dev envi…
Tests
#70:
Commit
9dbea23
pushed by
CodeReclaimers
4m 45s
master
master
4m 45s
View workflow file
Fix AGENTS.md: correct file paths, CTRNN API, and citation info
Tests
#69:
Commit
d8bd3a4
pushed by
CodeReclaimers
4m 21s
master
master
4m 21s
View workflow file
Added maintainer section to README
Tests
#68:
Commit
619e2a7
pushed by
CodeReclaimers
5m 43s
master
master
5m 43s
View workflow file
Implement NEAT paper compliance fixes (Items A-K)
Tests
#67:
Commit
612230d
pushed by
CodeReclaimers
4m 22s
master
master
4m 22s
View workflow file
Fix RTD docs build failure caused by Sphinx 9.x compatibility
Tests
#66:
Commit
bc0fb6d
pushed by
CodeReclaimers
4m 3s
master
master
4m 3s
View workflow file
Add GPU comparison examples for CTRNN and Izhikevich networks
Tests
#65:
Commit
06f4c9c
pushed by
CodeReclaimers
4m 14s
master
master
4m 14s
View workflow file
Clean up GPU backend: remove dead matmul, redundant branches, and dup…
Tests
#64:
Commit
41d25c5
pushed by
CodeReclaimers
4m 2s
master
master
4m 2s
View workflow file
Fix two double-buffer bugs in CTRNN advance method
Tests
#63:
Commit
56653d4
pushed by
CodeReclaimers
4m 9s
master
master
4m 9s
View workflow file
Remove GPU_DESIGN_NOTES.md (design captured in code and docs)
Tests
#62:
Commit
cb26b8d
pushed by
CodeReclaimers
4m 19s
master
master
4m 19s
View workflow file
Update documentation for exponential Euler integration and GPU accele…
Tests
#61:
Commit
361af03
pushed by
CodeReclaimers
4m 6s
master
master
4m 6s
View workflow file
Exclude progress logs from version control
Tests
#60:
Commit
c3b36df
pushed by
CodeReclaimers
4m 7s
master
master
4m 7s
View workflow file
Update progress log with CTRNN exponential Euler and GPU evaluation e…
Tests
#59:
Commit
0121bd0
pushed by
CodeReclaimers
4m 11s
master
master
4m 11s
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.