{"id":20752882,"url":"https://github.com/kpj/genex","last_synced_at":"2026-05-27T18:32:36.997Z","repository":{"id":142050483,"uuid":"66268347","full_name":"kpj/Genex","owner":"kpj","description":"Find expressions via genetic algorithms","archived":false,"fork":false,"pushed_at":"2017-02-05T19:12:02.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T14:55:24.554Z","etag":null,"topics":["dynamic-simulations","genetic-algorithm","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kpj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-22T11:51:31.000Z","updated_at":"2018-10-15T18:26:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"02b5541c-6fb7-4ff5-acf9-764263436031","html_url":"https://github.com/kpj/Genex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kpj/Genex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpj%2FGenex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpj%2FGenex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpj%2FGenex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpj%2FGenex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kpj","download_url":"https://codeload.github.com/kpj/Genex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpj%2FGenex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33579665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamic-simulations","genetic-algorithm","python"],"created_at":"2024-11-17T08:43:02.933Z","updated_at":"2026-05-27T18:32:36.979Z","avatar_url":"https://github.com/kpj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Model Optimizer\n\nFit model of dynamical system to data\n\n\n## Usage\n\n```bash\n$ python main.py LotkaVolterra result.pkl\n$ python analyze_result.py result.pkl\n```\n\n## Tests\n\n```bash\n$ nosetests\n```\n\n## Presets\n\nExemplary function definitions can be found in `./presets/examples.py`.\n\n## Features\n* Initialization\n  * Randomized individuals\n* Selection\n  * Fit individuals are more likely to be chosen for reproduction\n* Crossover\n  * Coefficient pulling\n    * Randomized scale to prevent cycles\n  * Coefficient sign switch\n  * Exchange subtrees between terms\n* Mutation\n  * Add scaled Gauss to coefficient\n  * Switch function with operator of same arity or different arity with randomized arguments\n* Misc\n  * Keep elite (fittest individuals) over generations\n  * Apply culling technique\n  * Pause procedure and inspect generation with [CTRL]+[Z]\n  * Optionally fix certain coefficients\n* Fitness\n  * Root relative squared error of series with multiple initial conditions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpj%2Fgenex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkpj%2Fgenex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpj%2Fgenex/lists"}