{"id":19489825,"url":"https://github.com/alekpopovic/algorithmically","last_synced_at":"2026-06-12T06:03:28.676Z","repository":{"id":205889903,"uuid":"69184600","full_name":"alekpopovic/algorithmically","owner":"alekpopovic","description":"Nature-Inspired Programming Recipes","archived":false,"fork":false,"pushed_at":"2020-02-29T19:12:22.000Z","size":84,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T19:04:25.444Z","etag":null,"topics":["algorithms","nature","programming-recipes","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/Algorithmically","language":"Ruby","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/alekpopovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-25T19:07:30.000Z","updated_at":"2024-12-24T18:55:38.000Z","dependencies_parsed_at":"2023-11-07T04:32:45.078Z","dependency_job_id":null,"html_url":"https://github.com/alekpopovic/algorithmically","commit_stats":null,"previous_names":["alekpopovic/algorithmically","popac/algorithmically","mozgovac/algorithmically"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekpopovic%2Falgorithmically","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekpopovic%2Falgorithmically/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekpopovic%2Falgorithmically/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekpopovic%2Falgorithmically/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alekpopovic","download_url":"https://codeload.github.com/alekpopovic/algorithmically/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240731993,"owners_count":19848613,"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":["algorithms","nature","programming-recipes","ruby"],"created_at":"2024-11-10T21:09:59.044Z","updated_at":"2026-06-12T06:03:28.636Z","avatar_url":"https://github.com/alekpopovic.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/Algorithmically.svg)](https://badge.fury.io/rb/Algorithmically)\n[![Build Status](https://travis-ci.org/popac/Algorithmically.svg?branch=master)](https://travis-ci.org/popac/Algorithmically)\n[![wercker status](https://app.wercker.com/status/e456d9eec98db3773239631ea504aa2d/s/master \"wercker status\")](https://app.wercker.com/project/byKey/e456d9eec98db3773239631ea504aa2d)\n[![CodeFactor](https://www.codefactor.io/repository/github/popac/algorithmically/badge)](https://www.codefactor.io/repository/github/popac/algorithmically)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f41c60b391b6429388da223039873768)](https://www.codacy.com/manual/webguruserbia/Algorithmically?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=popac/Algorithmically\u0026amp;utm_campaign=Badge_Grade)\n[![codebeat badge](https://codebeat.co/badges/48da97f1-7562-4d44-8af6-0355f869d891)](https://codebeat.co/projects/github-com-popac-algorithmically-master)\n[![BCH compliance](https://bettercodehub.com/edge/badge/popac/Algorithmically?branch=master)](https://bettercodehub.com/)\n\n# Algorithmically\n\n## Nature Inspired Programming Recipes\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'Algorithmically'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install Algorithmically\n    \n## Usage\n\n### Stochastic Algorithms\n    \n#### Random Search\n\n    Algorithmically::Stochastic::RandomSearch.new do |config|\n      config.problem_size = 10\n      config.maximum_iterations = 10\n      config.negative_space = 2\n      config.positive_space = 2\n    end\n\n    Algorithmically::Stochastic::RandomSearch.best_solution\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekpopovic%2Falgorithmically","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falekpopovic%2Falgorithmically","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekpopovic%2Falgorithmically/lists"}