SkillAgentSearch skills...

Mfm

Code to reproduce experiments in Markovian Flow Matching: Accelerating MCMC with Continuous Normalizing Flows

Install / Use

/learn @albcab/Mfm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Code and data to replicate experiments in "Markovian Flow Matching: Accelerating MCMC with Continuous Normalizing Flows".

Run experiments:

example="4-mode"
echo "$example..."

python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps -1
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 1000
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 100
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 100 --hutch
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 10
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 10 --hutch
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 1
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 1 --hutch

python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 10 --do_fab
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 10 --do_dds
python3 multi_modal.py --example $example --learning_iter 1000 --mcmc_per_flow_steps 10 --do_flowmc


example="gaussian-mixture"
echo "$example..."

python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps -1
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10000
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 1000
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 1000 --hutch
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 100
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 100 --hutch
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --hutch

python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_fab
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_dds
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_flowmc


example="phi-four"
echo "$example..."

python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10000 --hutch
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 1000
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 1000 --hutch
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 100
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 100 --hutch

python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_fab
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_dds
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_flowmc


example="pines"
echo "$example..."

python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10000 --hutch
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 1000
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 1000 --hutch
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 100
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 100 --hutch

python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_fab
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_dds
python3 multi_modal.py --example $example --learning_iter 10000 --mcmc_per_flow_steps 10 --do_flowmc
View on GitHub
GitHub Stars14
CategoryDevelopment
Updated12h ago
Forks0

Languages

Python

Security Score

75/100

Audited on Apr 2, 2026

No findings