File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name = " ParticleSwarmOptimization "
1
+ name = " MLJParticleSwarmOptimization "
2
2
uuid = " 17a086e9-ed03-4f30-ab88-8b63f0f6126c"
3
3
authors = [
" Long Nguyen <[email protected] > and contributors" ]
4
4
version = " 0.1.0"
Original file line number Diff line number Diff line change 1
- module ParticleSwarmOptimization
1
+ module MLJParticleSwarmOptimization
2
2
3
3
using LinearAlgebra
4
4
using Random
Original file line number Diff line number Diff line change 1
- using ParticleSwarmOptimization
1
+ using MLJParticleSwarmOptimization
2
2
using Random
3
3
using Test
4
4
using ComputationalResources
@@ -8,7 +8,7 @@ using MLJBase
8
8
using MLJTuning
9
9
using StableRNGs
10
10
11
- const PSO = ParticleSwarmOptimization
11
+ const PSO = MLJParticleSwarmOptimization
12
12
13
13
include (" parameters.jl" )
14
14
include (" update.jl" )
You can’t perform that action at this time.
0 commit comments