Skip to content

Commit

Permalink
fix overwritten methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejia8 committed Jan 9, 2023
1 parent 951b82c commit a39933e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/DecisionMaking/JMcDM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,6 @@ function decisionmaking(
result.bestIndex
end

#=
function decisionmaking(population::AbstractArray{<: AbstractMultiObjectiveSolution}, args...)
decisionmaking(fvals(population), args...)
end
=#


function decisionmaking(st::State, args...)
decisionmaking(st.population, args...)
end


"""
best_alternative(res, w, method)
Expand Down

0 comments on commit a39933e

Please sign in to comment.