Commit f26753b
authored
ENH: Add tqdm to skopt optimization (#282)
* ENH: Add tqdm to skopt
* MNT: Format long line
* ENH: Pass max_tries as total len, update desc wording
* ENH: Replace skopt class with variable
* ENH: Pass single skopt callback directly instead of in a list
* ENH: Check if tqdm object has update attr
* MNT: Update tqdm description text
* FMT: Use single quotes
* MNT: Refactor pbar to use iter
* MNT: Refactor to meet max line length
* bikeshedding
Fixes #2801 parent 2c47212 commit f26753b
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
1355 | | - | |
| 1355 | + | |
| 1356 | + | |
1356 | 1357 | | |
1357 | 1358 | | |
1358 | 1359 | | |
| |||
1420 | 1421 | | |
1421 | 1422 | | |
1422 | 1423 | | |
| 1424 | + | |
1423 | 1425 | | |
1424 | 1426 | | |
1425 | 1427 | | |
| 1428 | + | |
1426 | 1429 | | |
1427 | 1430 | | |
1428 | 1431 | | |
| |||
0 commit comments