Skip to content

Heuristic Search for Approximating One Matrix in Terms of Another Matrix

Notifications You must be signed in to change notification settings

cwanlab/AStarXY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AStarXY: Approximating One Matrix in Terms of Another Matrix

Implementation of the paper:
Heuristic Search for Approximating One Matrix in Terms of Another Matrix

by Guihong Wan and Haim Schweitzer. Published at IJCAI 2021.

Run the code

For example,

java -classpath ".:./lib/hsvis.jar:./lib/jama.jar" AStar

java -classpath ".:./lib/hsvis.jar:./lib/jama.jar" AStar -X data/librasX.straight -Y data/librasY.straight -k 3 -eps 1

Contact

Please contact guihong.wan@outlook.com in case you have any questions

Cite

Please cite our paper if you use this code in your own work:

'''
@inproceedings{ijcai2021p221,
title = {Heuristic Search for Approximating One Matrix in Terms of Another Matrix},
author = {Wan, Guihong and Schweitzer, Haim},
booktitle = {Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence, {IJCAI-21}},
publisher = {International Joint Conferences on Artificial Intelligence Organization},
pages = {1600--1606},
year = {2021},
month = {8},
note = {Main Track},
doi = {10.24963/ijcai.2021/221},
url = {https://doi.org/10.24963/ijcai.2021/221},
}
'''

About

Heuristic Search for Approximating One Matrix in Terms of Another Matrix

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages