optimizer not working - giving zero

optimizer not working - giving zero

marc_r5
Not applicable
6 Views
1 Reply
Message 1 of 2

optimizer not working - giving zero

marc_r5
Not applicable

[ FlexSim 22.1.1 ]

Hello,

The optimizer in my model does not optimize.

I have the issue detected but not how to solve it.

In container "Truck arrivals" at the beginning of the PF, I have 2 truck arrivals that generates the simulation.

If I make just one arrival with all the objects at time 0, optimizer works.

However, if there is more than one arrival at different times, optimizer only gives me all results as 0.

Thank you very much for your help.

Regards,

Layout v3.1_35.fsm

0 Likes
Accepted solutions (1)
7 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Observer
Observer
Accepted solution

The production time variable is only set when all entries in the arrivals table are done, which never happens because the optimizer replications run for 235440 min and thus end before the second truck arrives at 1188000 min.

I also noticed a small mistake in the "Register to Departures GT" activity which causes a lot or error messages: In the if condition you define a new 'value' variant (only exists in the condition's scope), rather than change the value of the one initialized above. As a result the Frabication End date doesn't get set correctly in the table.

1652371934232.png

0 Likes