Git Product home page Git Product logo

multiobjectivesearch's Introduction

Multi-Objective Search

This repo includes the implementations for various multi-objective search algorithms:

  • BOA* [1]
  • ABOA* [2]
  • LTMOA* [3] and its variants with different data structures [4]
  • A*pex [5]
  • Anytime A*pex [6]
  • WCA*pex [7]

I am working on more detailed documentation and will update it soon.

Compilation

mkdir Release
cd Release
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Example Usage

Download maps from here

Run LTMOA (from ./Release)

./mohs -m ../maps/NY-m.txt ../maps/NY-t.txt  ../maps/NY-d.txt --output output_tmp.txt -t 300 -s 178689 -g 1476 --alg LTMOA

Run A*pex

./mohs -m ../maps/NY-m.txt ../maps/NY-t.txt  ../maps/NY-d.txt --output output_tmp.txt -t 300 -s 178689 -g 1476 --alg Apex

References

[1] Hernández, Carlos, et al. "Simple and efficient bi-objective search algorithms via fast dominance checks." Artificial intelligence 314 (2023): 103807.

[2] Zhang, Han, et al. "Anytime approximate bi-objective search." SoCS. 2022.

[3] Hernández, Carlos, et al. "Multi-objective search via lazy and efficient dominance checks." IJCAI. 2023.

[4] Zhang, Han, et al. "Speeding Up Dominance Checks in Multi-Objective Search: New Techniques and Data Structures" SoCS. 2024.

[5] Zhang, Han, et al. "A* pex: Efficient approximate multi-objective search on graphs." ICAPS. 2022.

[6] Zhang, Han, et al. "A-A*pex: Efficient Anytime Approximate Multi-Objective Search." SoCS. 2024.

[7] Zhang, Han, et al. "Bounded-Suboptimal Weight-Constrained Shortest-Path Search via Efficient Representation of Paths" ICAPS. 2024.

Licence

AGPL-3.0

multiobjectivesearch's People

Contributors

hanzhang39 avatar

Watchers

 avatar

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.