Why the VRP isn’t returning the JobID.?
While attempting to post the demo data, I encountered an issue where the system did not return a JobID. I’m using Timefold-quickstart for VRP in Java.Here’s the attached screenshot. Please help me out
How do I assign numerical weights to these answer choices in this survey program?
I have this program that I’ve done that gives the user a survey and saves their answers to different files for different political parties. The program is supposed to learn by using the previous answers from previous surveys to calculate the probability of the party the user belongs to before the user finishes the survey. I’ve got it working right now, but I have a sticky situation where some beliefs overlap between a couple of different parties. For example, Socialists and Democrats both believe in Climate Change. But there are also stark differences on some issues, for example Libertarians don’t believe in paying taxes at all, and Republicans believe in lower taxes. I would like to improve my program by assigning numerical weights to the answer choices so that way the program can factor that into the probability calculations and make better guesses faster. Like in the Libertarian-Republican tax example, the Libertarian no tax answer would have a different weight that would tell the program that the user is more likely to be a Libertarian. I want the program to be able to figure out and adjust the weights for itself.