dziga.jl

Code for the final project of MIT's 6.S083: a Google Street view router

https://github.com/dukeeagle/dziga.jl

Science Score: 18.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
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Code for the final project of MIT's 6.S083: a Google Street view router

Basic Info
  • Host: GitHub
  • Owner: dukeeagle
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 18.1 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

DZIGA.jl : a greedy car route planner

Dev Build Status Coverage Aqua QA

for the MIT class 6.S083/C25, or Julia: Solving Real-World Problems with Computation, Fall 2022

Julia package that contains a solver for the Google Paris 2014 Hash Code challenge.

Achieves 1,500,689 meters of unique distance traveled for the Paris scenario via a Best-Search First algorithm with multiple heuristics. This result is approximately 76% of the theoretical upper bound. See documentation.

See final writeup for a full overview.

Owner

  • Name: Lucas Igel
  • Login: dukeeagle
  • Kind: user
  • Location: Cambridge, MA

MIT '22

Citation (CITATION.bib)

@misc{DZIGA.jl,
	author  = {Lucas Igel <luke.igel@gmail.com>},
	title   = {DZIGA.jl},
	url     = {https://github.com/dukeeagle/DZIGA.jl},
	version = {v0.1.0},
	year    = {2022},
	month   = {12}
}

GitHub Events

Total
Last Year

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite