{"id":16275201,"url":"https://github.com/jakob-r/rsmac","last_synced_at":"2025-04-08T16:26:08.300Z","repository":{"id":68763945,"uuid":"87776207","full_name":"jakob-r/rsmac","owner":"jakob-r","description":"rsmac - use SMAC to optimize functions in R","archived":false,"fork":false,"pushed_at":"2018-11-09T10:10:34.000Z","size":48,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T15:25:49.862Z","etag":null,"topics":["blackbox-optimization","optimization","r","r-package"],"latest_commit_sha":null,"homepage":"","language":"R","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/jakob-r.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":"2017-04-10T06:46:58.000Z","updated_at":"2018-11-09T10:10:35.000Z","dependencies_parsed_at":"2023-06-08T08:45:20.579Z","dependency_job_id":null,"html_url":"https://github.com/jakob-r/rsmac","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/jakob-r%2Frsmac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakob-r%2Frsmac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakob-r%2Frsmac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakob-r%2Frsmac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakob-r","download_url":"https://codeload.github.com/jakob-r/rsmac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247880030,"owners_count":21011573,"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":["blackbox-optimization","optimization","r","r-package"],"created_at":"2024-10-10T18:32:25.484Z","updated_at":"2025-04-08T16:26:08.294Z","avatar_url":"https://github.com/jakob-r.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rsmac\nuse smac for r functions\n\n[![Travis-CI Build Status](https://travis-ci.org/jakob-r/rsmac.svg?branch=master)](https://travis-ci.org/jakob-r/rsmac)\n[![Coverage Status](https://coveralls.io/repos/github/jakob-r/rsmac/badge.svg?branch=master)](https://coveralls.io/github/jakob-r/rsmac?branch=master)\n\n## Installation\n\n```r\ndevtools::install_github(\"jakob-r/rsmac\")\n# if smac is not installed you can run:\nrsmac:::installSmac()\n```\n\n## Usage\n\n```r\nfun = makeSingleObjectiveFunction(\n  name = \"my_sphere\",\n  fn = function(x) {\n    sum(x*x) + 7\n  },\n  par.set = makeParamSet(\n    makeNumericVectorParam(\"x\", len = 2L, lower = -5, upper = 5)\n  ),\n  minimize = TRUE\n)\nscenario = list(\"use-instances\" = \"false\", runObj = \"QUALITY\", numberOfRunsLimit = 10)\nres = rsmac(fun, scenario = scenario)\n```\nTo see how to set up your scenario check the [smac manual](http://www.cs.ubc.ca/labs/beta/Projects/SMAC/v2.10.03/manual.pdf).\n\n## Notes\n\n* This package is just tested on purely numeric functions so far.\n* This package is designed for Unix systems.\n* The interaction with smac works completely over the file system.\n* Any help is welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakob-r%2Frsmac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakob-r%2Frsmac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakob-r%2Frsmac/lists"}