{"id":15358849,"url":"https://github.com/atsushisakai/pyoptsamples","last_synced_at":"2026-03-05T12:31:20.997Z","repository":{"id":147425356,"uuid":"72954286","full_name":"AtsushiSakai/PyOptSamples","owner":"AtsushiSakai","description":"Optimization sample codes on Python","archived":false,"fork":false,"pushed_at":"2017-10-21T22:05:09.000Z","size":1299,"stargazers_count":24,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T07:37:02.482Z","etag":null,"topics":["convex-optimization","optimization","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtsushiSakai.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,"zenodo":null}},"created_at":"2016-11-05T21:28:06.000Z","updated_at":"2025-01-10T17:50:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5621f2c-c7a0-4218-a8ae-1e6c03c07e40","html_url":"https://github.com/AtsushiSakai/PyOptSamples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AtsushiSakai/PyOptSamples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtsushiSakai%2FPyOptSamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtsushiSakai%2FPyOptSamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtsushiSakai%2FPyOptSamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtsushiSakai%2FPyOptSamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtsushiSakai","download_url":"https://codeload.github.com/AtsushiSakai/PyOptSamples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtsushiSakai%2FPyOptSamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30124425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["convex-optimization","optimization","python"],"created_at":"2024-10-01T12:43:12.959Z","updated_at":"2026-03-05T12:31:20.989Z","avatar_url":"https://github.com/AtsushiSakai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyOptSamples\nOptimization sample codes on Python\n\n[![Build Status](https://travis-ci.org/AtsushiSakai/PyOptSamples.svg?branch=master)](https://travis-ci.org/AtsushiSakai/PyOptSamples)\n\n## pyecosqp\n\nThis is a interface script to solve a quadratic programming problem with ECOS\n\n- [embotech/ecos-python: Python interface for ECOS](https://github.com/embotech/ecos-python)\n\n## knapsack_problem\n\nSample codes to solve the knapsack_problems.\n\n- [Knapsack problem - Wikipedia](https://en.wikipedia.org/wiki/Knapsack_problem)\n\n## cvxpy\n\nSample codes using cvxpy, which is a optimization modeling tool.\n\n## Nonlinear Optimization\n\nNonlinear Optimization Sample codes.\n\n## ConjugateGradientMethod\n\nA conjugate gradient method sample for non linear optimiztion.\n\n![PyOptSamples/figure_1.png at master · AtsushiSakai/PyOptSamples](https://github.com/AtsushiSakai/PyOptSamples/blob/master/NonlinearOptimization/ConjugateGradientMethod/figure/figure_1.png)\n\n## LagrangeMultiplierMethod\n\nA lagrange multiplier method sample for non linear optimiztion.\n\n![PyOptSamples/figure_1.png at master · AtsushiSakai/PyOptSamples](https://github.com/AtsushiSakai/PyOptSamples/blob/master/NonlinearOptimization/LagrangeMultiplierMethod/figure/figure_1.png)\n\n\n## NewtonMethod\n\nA Newton method sample for non linear optimiztion.\n\n![PyOptSamples/figure_1.png at master · AtsushiSakai/PyOptSamples](https://github.com/AtsushiSakai/PyOptSamples/blob/master/NonlinearOptimization/NewtonMethod/figure/figure_1.png)\n\n## QuasiNewtonMethod\n\nA Quasi Newton method sample for non linear optimiztion.\n\n![PyOptSamples/figure_1.png at master · AtsushiSakai/PyOptSamples](https://github.com/AtsushiSakai/PyOptSamples/blob/master/NonlinearOptimization/QuasiNewtonMethod/figure/figure_1.png)\n\n## SteepestDescentMethod\n\nA Steepest Descent method sample for non linear optimiztion.\n\n![PyOptSamples/figure_1.png at master · AtsushiSakai/PyOptSamples](https://github.com/AtsushiSakai/PyOptSamples/blob/master/NonlinearOptimization/SteepestDescentMethod/figure/figure_1.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsushisakai%2Fpyoptsamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatsushisakai%2Fpyoptsamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsushisakai%2Fpyoptsamples/lists"}