KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
gfacs
★ 37
Open GitHub ↗
Official repository for GFACS
Download README (.md)
Explore Similar Repositories
gfakluge
:
A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
reveal
:
Graph based multi genome aligner
gfabase
:
GFA insert into GenomicSQLite
gfa2bin
:
No description available.
gimbricate
:
recompute GFA link overlaps
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gfacs
?
Download (.md)
# gfacs This repository contains the implementation code for our research paper, "[Ant Colony Sampling with GFlowNets for Combinatorial Optimization.](https://arxiv.org/abs/2403.07041)" We have developed our codes based on the [DeepACO codebase](https://github.com/henry-yeh/DeepACO). ## Dependencies - Python 3.11.5 - PyTorch 2.1.1 - PyTorch Geometric 2.4.0 For the complete list of dependencies, please refer to the `requirements.txt` file. ## Usage For the usage of the code, please refer to each folder's `README.md` file. ## Citation If you find our work useful in your research, please consider citing our paper: ``` @article{kim2024ant, title={Ant Colony Sampling with GFlowNets for Combinatorial Optimization}, author={Kim, Minsu and Choi, Sanghyeok and Son, Jiwoo and Kim, Hyeonah and Park, Jinkyoo and Bengio, Yoshua}, journal={arXiv preprint arXiv:2403.07041}, year={2024} } ```