Skip to content

Commit 2dac1de

Browse files
delete bbob function file
Signed-off-by: AdityaPandeyCN <adityapand3y666@gmail.com>
1 parent 956261f commit 2dac1de

File tree

2 files changed

+1
-259
lines changed

2 files changed

+1
-259
lines changed

benchmarks/GlobalOptimization/bbob.jl

Lines changed: 0 additions & 252 deletions
This file was deleted.

benchmarks/GlobalOptimization/pso_global_optimizers.jmd

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: PSO Global Optimizer Benchmarks
3-
author: Aditya Pandey, Utkarsh, Chris Rackauckas
3+
author: Utkarsh, Chris Rackauckas
44
---
55

66
This benchmark evaluates Particle Swarm Optimization (PSO) variants from
@@ -9,12 +9,6 @@ against established global optimizers on the
99
[BlackBoxOptimizationBenchmarking.jl](https://github.com/jonathanBieler/BlackBoxOptimizationBenchmarking.jl)
1010
suite, using the [Optimization.jl](https://github.com/SciML/Optimization.jl) interface.
1111

12-
**Phase 1 (this benchmark):** Run everything on CPU with the original BBOB functions
13-
to find the best PSO configuration that matches established optimizers on convergence.
14-
15-
**Phase 2 (next):** Take the winning config, switch `CPU()` → `CUDABackend()`,
16-
scale to 10⁵+ particles, and show the same convergence in a fraction of wall time.
17-
1812
## Setup
1913
```julia
2014
using BlackBoxOptimizationBenchmarking, Plots, Optimization, Memoize, Statistics, Printf

0 commit comments

Comments
 (0)