Giter Site home page Giter Site logo

boastar's Introduction

Bi-Objective A*, NAMOAdr, Bi-Objective Dijkstra

This is the C implementation of Bi-Objective A* (BOA*), New Approach to Multi-Objective A* with dimensionality reduction (NAMOA*dr), and Bi-Objective Dijkstra (BOD). BOA* and NAMOA*dr computes a Pareto frontier containing paths from a given initial node to a given goal node on a given graph with two cost functions. BOD, instead, completes a Pareto frontier containing paths to every node of the graph from a given source node. More details in the following paper:

The implementation contained in this package assumes the graph is explicitly given.

Benchmark files

The map files are stored in a separate file that you can download from here.

Compilation

Compile using make.

Running BOA*, NAMOA*dr and BOD

To run a single problem use ./boa [graph_file] [start_node] [goal_node] for BOA*, ./namoadr [graph_file] [start_node] [goal_node] or ./bod [graph_file] [start_node], for BOD. For example: ./boa Maps/NY-road-d.txt 1 500.

The M3 Algorithm

The NAMOA*dr code can use the M3 algorithm for op-pruning. To enable this feature, define the M3 macro in include.h.

boastar's People

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.