# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/impc4oa
ICLR2022文章速览(二)**
### Multi-objective Optimization by Learning Space Partition

(文章链接 Multi-objective Optimization by Learning Space Partition,Poster Session 6,加州时间4月26日周二下午6点30分,北京时间4月27日周三上午9点30分)

多目标黑盒优化(Multi-objective Black-box Optimization)在很多实际问题和应用中都能看到其身影。例如如何最大化汽车引擎的性能且让其能耗最小,如何平衡电池的容量和尺寸,如何在尽可能减小风险 ... ⌘ Read more