Skip to content
/ CPL Public

Code for ICML2023 Paper: Continuation Path Learning for Homotopy Optimization

License

Notifications You must be signed in to change notification settings

Xi-L/CPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPL

Code for ICML2023 Paper: Continuation Path Learning for Homotopy Optimization

The code is mainly designed to be simple and readable, it contains:

  • run_nonconvex_opt.py is a ~130-line script to run the Continuation Path Learning (CPL) algorithm for nonconvex optimization;
  • run_noisy_regression.py is a ~70-line script to run the Continuation Path Learning (CPL) algorithm for noisy regression;
  • model.py is a simple FC Continuation Path Model;
  • function.py contains all the test problems used in the paper;

Reference

If you find our work is helpful to your research, please cite our paper:

@inproceedings{lin2023continuation,
  title={Continuation Path Learning for Homotopy Optimization},
  author={Lin, Xi and Yang, Zhiyuan and Zhang, Xiaoyuan and Zhang, Qingfu},
  booktitle={International Conference on Machine Learning},
  year={2023}
}

About

Code for ICML2023 Paper: Continuation Path Learning for Homotopy Optimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages