Skip to content

Commit 8f7a20d

Browse files
committed
first commit
0 parents  commit 8f7a20d

File tree

2,340 files changed

+3625451
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,340 files changed

+3625451
-0
lines changed

LaMOO_workflow.png

773 KB
Loading

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# MULTI-OBJECTIVE OPTIMIZATION BY LEARNING SPACE PARTITIONS (LaMOO)
2+
3+
LaMOO is a a novel multi-objective optimizer that learns a model from observed samples to partition the search space and then focus on promising regions that
4+
are likely to contain a subset of the Pareto frontier. So that existing solvers like Bayesian Optimizations (BO) can focus on promising subregions to mitigate the over-exploring issue.
5+
6+
<p align="center">
7+
<img src='./LaMOO_workflow.png' width="800">
8+
</p>
9+
10+
Please reference the following publication when using this package. OpenReview <a href="https://openreview.net/pdf?id=FlwzVjfMryn">link</a>.
11+
12+
13+
```
14+
@inproceedings{
15+
zhao2022multiobjective,
16+
title={Multi-objective Optimization by Learning Space Partition},
17+
author={Yiyang Zhao and Linnan Wang and Kevin Yang and Tianjun Zhang and Tian Guo and Yuandong Tian},
18+
booktitle={International Conference on Learning Representations},
19+
year={2022},
20+
url={https://openreview.net/forum?id=FlwzVjfMryn}
21+
}
22+
```
23+
24+

branincurrin/.DS_Store

8 KB
Binary file not shown.

branincurrin/.idea/.gitignore

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/branincurrin.iml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/deployment.xml

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/inspectionProfiles/Project_Default.xml

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/inspectionProfiles/profiles_settings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/misc.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/vcs.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/.idea/webServers.xml

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branincurrin/BraninCurrin_data.pt

8.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)