{"id":20454118,"url":"https://github.com/oscararismendi/map-project","last_synced_at":"2026-04-16T16:08:18.848Z","repository":{"id":227575815,"uuid":"771816126","full_name":"oscarArismendi/map-project","owner":"oscarArismendi","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-08T02:29:13.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T10:14:42.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://map-project-three.vercel.app","language":"JavaScript","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/oscarArismendi.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":"2024-03-14T02:08:29.000Z","updated_at":"2024-08-20T02:38:20.000Z","dependencies_parsed_at":"2025-01-15T22:30:44.389Z","dependency_job_id":"993f270f-0b85-473d-acc8-13d0c9eb80e9","html_url":"https://github.com/oscarArismendi/map-project","commit_stats":null,"previous_names":["oscararismendi/map-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oscarArismendi/map-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscarArismendi%2Fmap-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscarArismendi%2Fmap-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscarArismendi%2Fmap-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscarArismendi%2Fmap-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oscarArismendi","download_url":"https://codeload.github.com/oscarArismendi/map-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscarArismendi%2Fmap-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31893428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-15T11:15:01.656Z","updated_at":"2026-04-16T16:08:18.832Z","avatar_url":"https://github.com/oscarArismendi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# map-project\n\nThis project demonstrates a genetic algorithm that simulates car evolution based on saved networks.\n\n## Features\n\n- **Save the Network**: Save the neural network of the car currently in front.\n- **Delete Network**: Remove the current network from localStorage.\n\n## FAQ\n\n#### Why does the car already work?\n\nBy default, a functional network is saved to demonstrate the project's capabilities. To remove it, locate and comment out the following block in main.js:\n\n```javascript\nelse{\n    //  comment or delete this else if you don't want a default brain\n    let isFirstCarChange = false;\n    for(let car of cars){\n        car.brain = JSON.parse(defaultBestCar);\n        if(isFirstCarChange){\n            NeuralNetwork.mutate(car.brain,0.1);\n        }\n        isFirstCarChange =  true;\n    }\n}\n```\n\n#### Can I add more cars for training?\n\nYes, the global variable N in main.js determines the number of cars generated from the initial network.\n\n## Acknowledgements\n\n- Thanks to [Radu](https://github.com/gniziemazity) for all his teaching that make possible this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscararismendi%2Fmap-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foscararismendi%2Fmap-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscararismendi%2Fmap-project/lists"}