-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
1 Cell per region.
Starts inactive. Activated through missions or scans.
-
For now cells get injected, but it is up to the user to run them. The extension could also run the injected cell.
-
Importing modules or defining functions in regular cells (without the `%%px` magic) are not known in cells where the `%%px` macro is used.
The same is true for the other way around.
To reproduce thi…
skwde updated
1 month ago
-
import numpy as np
import matplotlib.pyplot as plt
from scipy.stats import norm
class Cell:
def __init__(self, cell_type, health=1.0, mutation_rate=0.001, efficacy=0.5):
self.cell_type = …
-
> Maybe I'm missing something, but with `v2024.10.1` it doesn't work for me :( What am I missing here?
>
> ![Image](https://github.com/user-attachments/assets/bfa9be95-92a9-43d8-bee5-6f65e6866281)
> …
-
**Is your feature request related to a problem? Please describe.**
Working with CSV files is inconvenient and harder for new people to learn. I know you can link to a google sheet, but I'd rather not…
-
**Required Skills:** C++
**Difficulty:** Hard
At the moment, changes to the movement cost of cells in the openage pathfinder always overwrite the old values. The old values are not saved anywher…