Skip to content

Commit 5ab2e55

Browse files
committed
Change package name
1 parent 32ba1b8 commit 5ab2e55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "ParticleSwarmOptimization"
1+
name = "MLJParticleSwarmOptimization"
22
uuid = "17a086e9-ed03-4f30-ab88-8b63f0f6126c"
33
authors = ["Long Nguyen <[email protected]> and contributors"]
44
version = "0.1.0"

src/ParticleSwarmOptimization.jl renamed to src/MLJParticleSwarmOptimization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ParticleSwarmOptimization
1+
module MLJParticleSwarmOptimization
22

33
using LinearAlgebra
44
using Random

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ParticleSwarmOptimization
1+
using MLJParticleSwarmOptimization
22
using Random
33
using Test
44
using ComputationalResources
@@ -8,7 +8,7 @@ using MLJBase
88
using MLJTuning
99
using StableRNGs
1010

11-
const PSO = ParticleSwarmOptimization
11+
const PSO = MLJParticleSwarmOptimization
1212

1313
include("parameters.jl")
1414
include("update.jl")

0 commit comments

Comments
 (0)