Abstract:
Navigate a signal through a non-linear, resource-constrained, time-varying neural network. The topology and node properties mutate based on the global entropy T and local thermal accumulation.
Key Mechanics:
- Trivalent Metabolism: You must maintain ATP > 0, Neurotransmittters > 0, and Heat <= 100. Failure in any one resource results in signal termination.
- Damerau-Levenshtein Cost: Jump costs are calculated using edit distance including transpositions between the evolving Carrier_Code and the target node's Primary_Code.
- Relativistic Signal Speed: Signal velocity decays exponentially as the current node's Heat increases.
- Global Entropic Decay: All neuron strings undergo a circular bit-shift every 10 time units, altering the cost landscape dynamically.
- Spatial Feedback Inhibition: To simulate neural refractory periods, the signal cannot enter any neuron within a radius R of any previously visited coordinate in the current path.
- Resonance Barrier: A synchronization lock prevents entry if sum(ASCII(Carrier_Code))%7== floor(T)%7.
Goal: Find the minimum Time T to reach the Event Horizon node.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1
Suggested Problems
-
1 Solvers
More from this Author19
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!