{"id":26658982,"url":"https://github.com/trustbit/logisim","last_synced_at":"2025-03-25T10:17:28.973Z","repository":{"id":54634516,"uuid":"522540423","full_name":"trustbit/logisim","owner":"trustbit","description":"Samples for the Logistic Simulation blog post series","archived":false,"fork":false,"pushed_at":"2022-08-08T13:25:59.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-16T22:24:56.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trustbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-08T12:29:04.000Z","updated_at":"2023-09-23T09:12:48.000Z","dependencies_parsed_at":"2022-08-13T22:10:49.640Z","dependency_job_id":null,"html_url":"https://github.com/trustbit/logisim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustbit%2Flogisim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustbit%2Flogisim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustbit%2Flogisim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustbit%2Flogisim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trustbit","download_url":"https://codeload.github.com/trustbit/logisim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245440514,"owners_count":20615633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-03-25T10:17:28.291Z","updated_at":"2025-03-25T10:17:28.962Z","avatar_url":"https://github.com/trustbit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logistic Simulator Blog Post series\n\n\n## Summary\n\nThis repository accompanies blog post series about building logistic simulator.\n\n\n# Quickstart \n\nTo set up this project, make sure you have a python and virtualenv installed. Then:\n```bash\n\n# create a new virtual environment\n# this environment will keep this project and its depedencies safely isolated\nvirtualenv -p `which python3` venv\n\n# activate this virtual environment in the terminal\nsource venv/bin/activate\n\n# install python package into this environment in editable mode\n# this leverages remove_brackets_and_call_setup.py package format and installs\n# we include code for both prediction and training\npip install --editable '.'\n```\n\nFrom here you could open the folder in PyChart, VS Code or run individual steps.\n\n\n```bash\n\nlogisim2 --origin Steamdrift --dest Leverstorm\n# prints:\n# 0.00h DEPART Steamdrift\n#14.26h ARRIVE Cogburg\n#24.81h ARRIVE Irondale\n#31.88h ARRIVE Leverstorm\n\nlogisim3 --origin Steamdrift --dest Leverstorm --test_ratio 0.1\n# prints:\n# Mean squared error is 46.7742\n# 0.00h DEPART Steamdrift\n#17.62h ARRIVE Cogburg\n#31.28h ARRIVE Copperhold\n#38.83h ARRIVE Leverstorm\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustbit%2Flogisim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrustbit%2Flogisim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustbit%2Flogisim/lists"}