Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejia8 committed Mar 3, 2022
1 parent 4e4e871 commit cb0d8e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/src/algorithms.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# Algorithms

## BCA

``` @docs
BCA
```

## QBCA

``` @docs
QBCA
```

## QBCA2

``` @docs
QBCA2
```

## SABO

``` @docs
SABO
```
Expand Down
2 changes: 1 addition & 1 deletion test/heuristic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function test_heuristic_SOBO()
bounds_ul = bounds_ll = [-ones(3)'; ones(3)']

# UL and LL optimizers and confs.
method_ul = DE(N=10;options=Options(f_calls_limit=100, debug=false, seed=1))
method_ul = ECA(N=10;options=Options(f_calls_limit=100, debug=false, seed=1))
method_ll = DE(N=20;options=Options(f_calls_limit=1000))
method = Heuristic(;ul=method_ul, ll=method_ll)

Expand Down

0 comments on commit cb0d8e7

Please sign in to comment.