Closed cwhd closed 6 years ago
Looking at the code in the python project, it looks like we take the weighted values down the tree starting at the alternatives, moving to criteria, then down to factors, multiply them together, then divide by 100
Started stepping through the Python code to see how that works. The data model is a bit odd, but getting the hang of it.
Looking at the code in the python project, it looks like we take the weighted values down the tree starting at the alternatives, moving to criteria, then down to factors, multiply them together, then divide by 100