search for: tabulist

Displaying 1 result from an estimated 1 matches for "tabulist".

Did you mean: tablist
2017 Jun 20
1
Can I use tabu search for minimization problem ?
...ion, ifelse(length(which(neighboursEUtility == maxTaboo)) == 1, which(neighboursEUtility == maxTaboo), sample(which(neighboursEUtility == maxTaboo), 1)), ifelse(length(which(neighboursEUtility == maxNontaboo & tabuList == 0)) == 1, which(neighboursEUtility == maxNontaboo & tabuList == 0), sample(which(neighboursEUtility == maxNontaboo & tabuList == 0), 1))) this cause the 0 value. How can I use it to get my minimization value using tabu search in R ? Thanks .