Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Cannot run procedural simulation for more than 6 days #19

Open
ArnoBen opened this issue Aug 10, 2022 · 5 comments
Open

[Bug] Cannot run procedural simulation for more than 6 days #19

ArnoBen opened this issue Aug 10, 2022 · 5 comments

Comments

@ArnoBen
Copy link

ArnoBen commented Aug 10, 2022

I am trying to create an earth-like simulation so I obviously chose Genesis for this purpose.
However, I tried to run the simulation for 7 days and couldn't get past day 6.
Any idea where this problem comes from ?

@ArnoBen
Copy link
Author

ArnoBen commented Aug 10, 2022

I also have a problem with my genetic algorithm, I can't start with a population size of more than 2 people for some reason.

@ArnoBen ArnoBen changed the title [Bug] Cannot run procedural simulation for more than 6 days. [Bug] Cannot run procedural simulation for more than 6 days Aug 10, 2022
@leoheck
Copy link

leoheck commented Aug 11, 2022

Can you at least start with a population smaller than 2?

@leoheck
Copy link

leoheck commented Aug 11, 2022

It looks like a simulation cannot be 7 since the scheduler uses the 7th day to do some rest work. This is how this thing was built I suppose.

@ArnoBen
Copy link
Author

ArnoBen commented Aug 14, 2022

@leoheck Yes, I can start with a population of 1 as well, the two items are actually very similar because the second item is simply a slight variation of the first one (I'm trying something funny here, we'll see how it goes).

Guess I'll have to pause the simulation every 7th day, no big deal.

Thank you for your answer, I'll update if I run into more issues. In the meantime, I'll keep a close eye to my algogen pool development.

@leoheck
Copy link

leoheck commented Aug 14, 2022

I see. Now, you don't have to stop the simulation every 7 days. But you have to do that on the first 7th day. After that, your scheduler can have this soft deadline where it is going to stop or reduce the load on the next 7th day, but it may not be able to do so, which is ok and also expected behavior. Even with some people saying, we are not going to see a flood of issues after. It is highly improbable that this flood is going to happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants