Skip to content

Commit 32dbf6e

Browse files
committed
added arxiv link
1 parent 282d1cd commit 32dbf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository provides implementation for SNBO (Scalable Neural Network-based Blackbox Optimization) — a novel method for efficient blackbox optimization using neural networks. It also includes code for benchmark algorithms and a suite of test problems used in the paper.
44

5-
> 📝 **Note**: This work is currently under review. Citation details will be available soon.
5+
> 📝 **Note**: This work is currently under review but a preprint version is available at: https://arxiv.org/abs/2508.03827
66
77
## 📌 Features
88

@@ -97,7 +97,7 @@ bash runscripts/batch_run.sh
9797
9898
> ⚠️ **_NOTE:_** It is recommended to run the python or the bash file from the root folder and NOT from within the subfolder.
9999
100-
When you either run the `optimize.py` file or any of the scripts, a folder named ``results`` will be created that consists of
100+
When you run the `optimize.py` file or any of the bash script, a folder named ``results`` will be created that consists of
101101
different subfolders, depending on the problem you are solving and the method you selected. A mat file will be saved within appropriate
102102
subfoler that contains entire optimization history.
103103

0 commit comments

Comments
 (0)