You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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.
4
4
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
6
6
7
7
## 📌 Features
8
8
@@ -97,7 +97,7 @@ bash runscripts/batch_run.sh
97
97
98
98
> ⚠️ **_NOTE:_** It is recommended to run the python or the bash file from the root folder and NOT from within the subfolder.
99
99
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
101
101
different subfolders, depending on the problem you are solving and the method you selected. A mat file will be saved within appropriate
102
102
subfoler that contains entire optimization history.
0 commit comments