Problem 1976. Kaggle: Reverse Game of Life - Create Isle prior State
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 4 Jul 2020
Finally, a problem where random smart guesses leads to a good solution. Trying all possibilities is not feasible, and there are many states that can have the same output.
Rafael S.T. Vieira
on 4 Jul 2020
The Kaggle challenge was to find those previous states with machine learning, but the Conway game of life is not reversible. I recommend playing with it a little https://playgameoflife.com/
Solution Comments
Show commentsProblem Recent Solvers13
Suggested Problems
-
Back to basics 12 - Input Arguments
574 Solvers
-
Matrix indexing with two vectors of indices
683 Solvers
-
671 Solvers
-
Make a vector of prime numbers
529 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
582 Solvers
More from this Author260
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!