{"id":22669864,"url":"https://github.com/astrobarker/root_finders_comp","last_synced_at":"2025-03-29T11:15:25.587Z","repository":{"id":206591506,"uuid":"613646286","full_name":"AstroBarker/root_finders_comp","owner":"AstroBarker","description":"comparison of some root finders in C++","archived":false,"fork":false,"pushed_at":"2024-07-27T02:34:42.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T10:56:39.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AstroBarker.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":"2023-03-14T01:33:59.000Z","updated_at":"2024-07-27T02:34:45.000Z","dependencies_parsed_at":"2023-11-11T00:24:49.994Z","dependency_job_id":"abbb492a-60a9-49d9-9c95-0d1fd63195d1","html_url":"https://github.com/AstroBarker/root_finders_comp","commit_stats":null,"previous_names":["astrobarker/root_finders_comp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Froot_finders_comp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Froot_finders_comp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Froot_finders_comp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Froot_finders_comp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AstroBarker","download_url":"https://codeload.github.com/AstroBarker/root_finders_comp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174609,"owners_count":20735417,"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":"2024-12-09T15:41:47.694Z","updated_at":"2025-03-29T11:15:25.559Z","avatar_url":"https://github.com/AstroBarker.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# root_finders_comp\ncomparison of some root finders in C++\n\nPurpose is to compare some root finders, in C++, on non-linear problems.\n\nStandard Newton seems to outperform Anderson accelerated Newton in my tests (although literature shows there are cases where it wins, e.g.,  [Polllock and Schwartz 2019](https://arxiv.org/abs/1911.05238))\nImplemented Anderson accelerated fixed point iteration shines.\n\n## Root finders implemented\n - Fixed Point\n - Fixed Point (Anderson accelerated)\n - Newton\n - Newton (Anderson accelerated)\n\n## Root Finders To Implement\n - Bisection\n - Regula Falsi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrobarker%2Froot_finders_comp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrobarker%2Froot_finders_comp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrobarker%2Froot_finders_comp/lists"}