{"id":17949482,"url":"https://github.com/camirmas/designautomation","last_synced_at":"2026-05-02T05:08:30.961Z","repository":{"id":87740327,"uuid":"445415921","full_name":"camirmas/DesignAutomation","owner":"camirmas","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-19T23:26:06.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-09T04:26:34.033Z","etag":null,"topics":["julia","optimization","optimization-algorithms"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/camirmas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-01-07T06:02:42.000Z","updated_at":"2022-02-02T17:21:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4b3fcb0-7d1a-4b76-af14-f4aa8f110530","html_url":"https://github.com/camirmas/DesignAutomation","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/camirmas%2FDesignAutomation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camirmas%2FDesignAutomation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camirmas%2FDesignAutomation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camirmas%2FDesignAutomation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camirmas","download_url":"https://codeload.github.com/camirmas/DesignAutomation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247030174,"owners_count":20872042,"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":["julia","optimization","optimization-algorithms"],"created_at":"2024-10-29T09:17:06.186Z","updated_at":"2026-05-02T05:08:30.915Z","avatar_url":"https://github.com/camirmas.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DesignAutomation :robot:\n\n \u003e Implementations of optimization algorithms for OSU ME 617 (Design Automation)\n\n## Installation\n\n`Pkg.add(\"https://github.com/camirmas/DesignAutomation\")`\n\n\n## Usage\n\n```julia\nusing DesignAutomation\n\nfn(x) = (x-4)^2\nres = golden_section(fn)\n\nres.minimizer # 4.000009596893628\nres.minimum # 9.210036731151505e-11\nres.iterations # 23\n```\n\nCurrent features:\n- bracketing (Golden Ratio)\n- Golden Section search\n- Cyclic Coordinate Search (CCS)\n- Hooke \u0026 Jeeves search\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamirmas%2Fdesignautomation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamirmas%2Fdesignautomation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamirmas%2Fdesignautomation/lists"}