Description Arguments Value Author(s) References
View source: R/brute_force_knapsack.R
brute force algo going through all possible alternatives and return the maximum value found with element with complexity .
x |
is a data frame hiaving 2 column 'w' and 'v' where w is weight if items and v is the value of item |
W |
capacity of knapsack i.e total weight that knapsack can contain in it |
parallel |
default it set to FALSE , if you have mac/linux or windows you can set it TRUE |
return list which have maxValue and and item number of elemnts that knapsack have in it
rabnawaz & saman
https://en.wikipedia.org/wiki/Knapsack_problem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.