issues
search
physarumAdv
/
minds_crawl
Physarum polycephalum growth simulator on polyhedron surfaces written in CUDA C++
MIT License
4
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update email in Readme
#59
pavtiger
closed
2 years ago
0
Fixed process of building grid
#58
kolayne
opened
2 years ago
0
Too much trail is added when nutrients are projected
#57
kolayne
opened
3 years ago
1
Removed the `diffuse_trail` function, moved its body to `run_iteration_diffuse_trail`
#56
kolayne
opened
3 years ago
0
Meta fixes
#55
kolayne
opened
3 years ago
0
Cuda visualization integration fix
#54
kolayne
closed
3 years ago
1
Updated gitignore, added .idea, reformatted code
#53
kolayne
closed
3 years ago
0
Updated response status checks in visualization_integration.cu
#52
kolayne
closed
3 years ago
0
Fixed some logic bugs
#51
kolayne
closed
3 years ago
0
`Particle::do_motor_behaviours` doesn't recognize all the cases of the face change possibility
#50
kolayne
opened
3 years ago
0
Remove the `Particle::normal` field
#49
kolayne
opened
3 years ago
0
Minor README issues fixes
#48
kolayne
closed
3 years ago
0
Communication with visualization doesn't work on CUDA
#47
kolayne
closed
3 years ago
1
Added program termination if the config file doesn't exist
#46
kolayne
closed
3 years ago
1
Update gitignore: index IDE's files
#45
kolayne
closed
3 years ago
0
Response status check condition should be less wide
#44
kolayne
closed
3 years ago
0
Added Cuda 11.2 build workflow
#43
kolayne
closed
3 years ago
0
`MapNode` constructor refactor
#42
kolayne
closed
3 years ago
0
Add index caching to `Face`s and use it instead of `SimulationMap::find_face_index`
#41
kolayne
opened
3 years ago
0
Default constructors
#40
kolayne
closed
3 years ago
0
Move `Polyhedron` initialization to `init_simulation_objects`
#39
kolayne
closed
3 years ago
0
Illegal memory access inside of `SimulationMap` constructor
#38
kolayne
opened
3 years ago
1
Added http request for Polyhedron
#37
pavtiger
closed
3 years ago
3
`SimulationMap` refactor
#36
kolayne
closed
3 years ago
0
Optimize `SimulationMap` constructor complexity
#35
kolayne
opened
3 years ago
0
`MapNode` constructor: accept face index instead of a `Face`
#34
tanya-kta
closed
3 years ago
0
Refactor `nodes_direction`
#33
tanya-kta
closed
3 years ago
0
Using `particle` field in move/copy constructors of `MapNode`
#32
tanya-kta
closed
3 years ago
5
Bus error (SIGBUS)
#31
tanya-kta
opened
3 years ago
5
Minor README improvements
#30
kolayne
closed
3 years ago
0
Stack smashing (SIGABRT)
#29
kolayne
opened
3 years ago
1
Fixed bug of point projection on polyhedron's surface
#28
tanya-kta
closed
4 years ago
0
Hash set
#27
kolayne
closed
4 years ago
0
Rearranged code in src across subdirectories
#26
kolayne
closed
4 years ago
0
Workflow improvements
#25
kolayne
closed
4 years ago
0
Optimized `do_motor_behaviours` by predicting impossibility of moving to a different face
#24
kolayne
closed
4 years ago
0
Optimize particles' motor behavior by predicting impossibility of crossing edges
#23
kolayne
closed
4 years ago
0
Rearranged functions in fucking_shit.*
#22
kolayne
closed
4 years ago
0
Removed repetition of a vertex in `Face::vertices`
#21
kolayne
closed
4 years ago
0
Creating the correct grid of nodes parallel to the cube edges
#20
tanya-kta
closed
4 years ago
0
Automatically set vertices in format described in docstring of `Face::Face`
#19
tanya-kta
closed
4 years ago
1
Integration with visualization
#18
kolayne
closed
4 years ago
0
Fixed some warnings from CLion
#17
kolayne
closed
4 years ago
0
Rearrange code at fucking_shit.*
#16
kolayne
closed
4 years ago
0
Added Github Actions build workflow
#15
kolayne
closed
4 years ago
0
Split common
#14
kolayne
closed
4 years ago
0
Refactor includes of files and libraries
#13
tanya-kta
opened
4 years ago
2
Implemented main()
#12
kolayne
closed
4 years ago
0
Restructured CMakeLists
#11
kolayne
closed
4 years ago
0
Made most `__device__` functions/methods `__host__ __device__`
#10
kolayne
closed
4 years ago
1
Next