Skip to content

Commit e369a0b

Browse files
committed
removed unused methods
1 parent cdd5641 commit e369a0b

5 files changed

Lines changed: 4 additions & 697 deletions

File tree

src/algorithms/singleobjective/RDEx/RDEx.jl

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,16 @@ include("RDEx/selection.jl")
1818
include("RDEx/types.jl")
1919
include("RDEx/mutation.jl")
2020
include("RDEx/adaptation.jl")
21-
include("RDEx/optimizer.jl")
22-
include("RDEx/optimize.jl")
23-
include("RDEx/api.jl")
2421
include("RDEx/metaheuristics.jl")
2522

26-
# Re-export public API
27-
using .API: optimize
28-
using .Types: Optimizer, OptimizationResult
29-
30-
# Import Metaheuristics API (avoid conflict by importing functions directly)
31-
import .MetaheuristicsAPI: RDEx as RDExAlgorithm, RDEx
3223

3324
# Export public API
3425
export RDEx
3526

27+
28+
29+
# Import Metaheuristics API (avoid conflict by importing functions directly)
30+
import .MetaheuristicsAPI: RDEx
3631
# Note: RDExAlgorithm is the Metaheuristics-compatible algorithm constructor
3732
# Users can do: using RDEx: RDExAlgorithm; algo = RDExAlgorithm()
3833
# Or: import RDEx: RDExAlgorithm as RDEx; algo = RDEx()

src/algorithms/singleobjective/RDEx/RDEx/api.jl

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

0 commit comments

Comments
 (0)