Coder Social home page Coder Social logo

skamina_hiker_gps_improved's Introduction

Climbing Mount St. Helens

An off-trail pathfinding app that needs to find the most hiker-friendly trail for an arbitrary terrain called Skamina hiker GPS II.

Skamina Hiker GPS Improved

The Skamania II GPS’s helps the hikers to find the optimal path navigating from start to goal in the arbitray terrain identified as bellow:

  • Tiles with heights [0-255].
  • Cost to move determined by heights of original $h_0$ and new $h_1$ tile.
  • Chebyshev (chessboard) motion allowed.

preview img

preview img

preview img

Exponential Cost Function: $e^{{h_1} - {h_0}}$

preview img

preview img

The Program fulfills the following requirements:

  1. Evalute heuristic and prove it is admissible
  2. Implement heuristica and code A*
  3. Test againts seeds 0-4(inclusive, allow +/- 0.3 for rounding errors)
    • Seed 0: 241.55253710831192
    • Seed 1: 238.5060683830129
    • Seed 2: 236.667690049357
    • Seed 3: 422.01798243905006
    • Seed 4: 254.34464507852198
  4. Implement an A* variant

For more details about the application and the code; checkout bellow files:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.