Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Repository
Racing Line Optimization using Nevergrad
Basic Info
Statistics
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 23
- Releases: 41
Metadata Files
README.md
Optimization toolbox ng_trajectory
ng_trajectory is a toolbox for solving the optimal racing line problem using various methods and approaches. The main idea stands on using a genetic algorithm, although other approaches may be used as well.
The main purpose of this package is to demonstrate our proposed Matryoshka mapping [1].
To view the package documentation either run ng_help, or see doc/README.md.
Requirements
Python>=3.6nevergrad==0.3.0scipy>=0.18.0numpy>=1.12.0Pillow>=4.2.0tqdm
Optional requirements
matplotlibfor plotting the resultsrospyfor publishing the results to various ROS topicsshapely(EXPERIMENTAL) for computing the Matryoshka transformation with a different method
Citing
[1]: J. Klapálek, A. Novák, M. Sojka and Z. Hanzálek, "Car Racing Line Optimization with Genetic Algorithm using Approximate Homeomorphism," 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2021, pp. 601-607, doi: 10.1109/IROS51168.2021.9636503.
Owner
- Name: Jaroslav Klapálek
- Login: jara001
- Kind: user
- Repositories: 4
- Profile: https://github.com/jara001
Citation (CITATION.cff)
cff-version: 1.2.0
message: "Please cite this software using the metadata from 'preferred-citation'."
authors:
- family-names: "Klapálek"
given-names: "Jaroslav"
orcid: "https://orcid.org/0000-0001-8816-2773"
title: "ng_trajectory"
version: 1.15.4
date-released: 2024-11-25
url: "https://github.com/jara001/ng_trajectory"
license: GPL-3.0
preferred-citation:
type: conference-paper
authors:
- family-names: "Klapálek"
given-names: "Jaroslav"
orcid: "https://orcid.org/0000-0001-8816-2773"
- family-names: "Novák"
given-names: "Antonín"
orcid: "https://orcid.org/0000-0003-2203-4554"
- family-names: "Sojka"
given-names: "Michal"
orcid: "https://orcid.org/0000-0002-8738-075X"
- family-names: "Hanzálek"
given-names: "Zdeněk"
orcid: "https://orcid.org/0000-0002-8135-1296"
doi: "10.1109/IROS51168.2021.9636503"
collection-title: "2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)"
month: 9
start: 601
end: 607
title: "Car Racing Line Optimization with Genetic Algorithm using Approximate Homeomorphism"
year: 2021
GitHub Events
Total
- Release event: 3
- Push event: 19
- Create event: 4
Last Year
- Release event: 3
- Push event: 19
- Create event: 4
Dependencies
- nevergrad ==0.3.0