メインプログラム


if __name__ == "__main__":

  time = range(101)          # Define the end time       
  pid4 = PID()               # Define the initial DV values
  pid4.createModel()         # Create the model 
  pid4.addResponse(time)     # Add the responses
  result = pid4.optimize()   # Optimize the system