{"id":32643819,"url":"https://github.com/optimagic-dev/euroscipy-estimagic","last_synced_at":"2025-10-31T03:58:26.695Z","repository":{"id":187878686,"uuid":"677740166","full_name":"optimagic-dev/euroscipy-estimagic","owner":"optimagic-dev","description":"Companion repository to the tutorial \"Introduction to numerical optimization\" at the EuroSciPy 2023","archived":false,"fork":false,"pushed_at":"2023-08-15T09:56:32.000Z","size":12989,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-25T14:36:03.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/optimagic-dev.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":"2023-08-12T13:33:28.000Z","updated_at":"2024-08-25T14:36:13.003Z","dependencies_parsed_at":"2024-08-25T14:50:08.775Z","dependency_job_id":null,"html_url":"https://github.com/optimagic-dev/euroscipy-estimagic","commit_stats":null,"previous_names":["opensourceeconomics/euroscipy-estimagic","optimagic-dev/euroscipy-estimagic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/optimagic-dev/euroscipy-estimagic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimagic-dev%2Feuroscipy-estimagic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimagic-dev%2Feuroscipy-estimagic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimagic-dev%2Feuroscipy-estimagic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimagic-dev%2Feuroscipy-estimagic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/optimagic-dev","download_url":"https://codeload.github.com/optimagic-dev/euroscipy-estimagic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimagic-dev%2Feuroscipy-estimagic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281925782,"owners_count":26584821,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"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":[],"created_at":"2025-10-31T03:57:28.993Z","updated_at":"2025-10-31T03:58:26.684Z","avatar_url":"https://github.com/optimagic-dev.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial - EuroSciPy 2023\n\n## Introduction to numerical optimization\n\n\u003e by Janos Gabler \u0026 Tim Mensinger\n\n## Contents\n\n- [Installation](#installation)\n- [Slides](#slides)\n- [Exercises](#exercises)\n- [Troubleshooting](#troubleshooting)\n\n\u003e **Warning** Please pull the repo and update your conda environment before the tutorial\n\u003e to make sure that the most recent versions are installed.\n\n## Installation\n\n1. Install [miniconda](https://docs.conda.io/en/latest/miniconda.html)\n\n1. Clone the repository\n\n   ```console\n   $ git clone https://github.com/OpenSourceEconomics/euroscipy-estimagic.git\n   $ cd euroscipy-estimagic\n   ```\n\n1. Install and activate the environment\n\n   ```console\n   $ conda env create -f environment.yml\n   $ conda activate euroscipy-estimagic\n   ```\n\n   \u003e **Note** You have to repeat the activation step each time after closing your\n   \u003e terminal.\n\n1. Update the environment\n\n   \u003e **Note** This step is only necessary if you have installed the environment a long\n   \u003e time ago and want to make sure that you're using the most recent versions.\n\n   ```consolse\n   $ cd euroscipy-estimagic\n   $ conda activate euroscipy-estimagic\n   $ conda env update -f environment.yml\n   ```\n\n   or use a completely fresh install:\n\n   ```console\n   $ cd euroscipy-estimagic\n   $ conda deactivate euroscipy-estimagic\n   $ conda env remove --name euroscipy-estimagic\n   $ conda env create -f environment.yml\n   ```\n\n## Slides\n\nYou can download the slides by clicking\n[here](https://github.com/OpenSourceEconomics/euroscipy-estimagic/raw/main/slides.pdf), or\nyou can view them directly on GitHub\n[here](https://github.com/OpenSourceEconomics/euroscipy-estimagic/blob/main/slides.pdf).\n\n## Exercises\n\nYou find the exercise notebooks in the folder\n[exercises](https://github.com/OpenSourceEconomics/euroscipy-estimagic/tree/main/exercises),\nand the corresponding solutions in the folder\n[solutions](https://github.com/OpenSourceEconomics/euroscipy-estimagic/tree/main/solutions).\n\n## Troubleshooting\n\nIf you have questions, problems with the installation or any other part of the\nrepository, please\n[open an issue](https://github.com/OpenSourceEconomics/euroscipy-estimagic/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimagic-dev%2Feuroscipy-estimagic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimagic-dev%2Feuroscipy-estimagic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimagic-dev%2Feuroscipy-estimagic/lists"}