From 0824e0b05632dcb65c81052cf4919732ef6e59b1 Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Tue, 23 Jan 2018 16:15:33 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d67e6de..650bfa3 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,16 @@ More examples are available in the `example` fold. ## release 0.2 +[Tar Download](https://github.com/eyounx/ZOOpt/blob/master/dist/zoopt-0.2.tar.gz) + - Add the noise handling strategies Re-sampling and Value Suppression (AAAI'18), and the subset selection method with noise handling PONSS (NIPS'17) - Add high-dimensionality handling method Sequential Random Embedding (IJCAI'16) +- Rewrite Pareto optimization method. Bugs fixed. ## release 0.1 +[Tar Download](https://github.com/eyounx/ZOOpt/blob/master/dist/zoopt-0.1.tar.gz) + - Include the general optimization method RACOS (AAAI'16) and Sequential RACOS (AAAI'17), and the subset selection method POSS (NIPS'15). - The algorithm selection is automatic. See examples in the `example` fold.- Default parameters work well on many problems, while parameters are fully controllable - Running speed optmized for Python