File tree Expand file tree Collapse file tree
src/algorithms/singleobjective/RDEx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,21 +18,16 @@ include("RDEx/selection.jl")
1818include (" RDEx/types.jl" )
1919include (" RDEx/mutation.jl" )
2020include (" RDEx/adaptation.jl" )
21- include (" RDEx/optimizer.jl" )
22- include (" RDEx/optimize.jl" )
23- include (" RDEx/api.jl" )
2421include (" 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
3425export 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()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments