@Kavika F Hello!!
The problem to be solved by GA is
Assuming that there are 8 machines and 8 jobs, and each machine can handle any job.
How to allocate jobs to different machines so that the total processing time of the machines is the least.
What I want to do is
at the beginning, python randomly generates 3 integers and sends them to Flexsim. After calculation by Flexsim's experimenter, the result is sent back to python. Python evaluates the result through GA. Python then sends another three integers to Flexsim. After being calculated by Flexsim's experimenter, the result will be sent back to python, and python evaluates the result through GA.
Repeat the above process until the result is the least
How do I combine socket-tcp.py with GA.py and modify the code to the way I want?