|
|
cee9c90c23
|
Added doc to simulation __init__
|
2022-11-27 02:43:57 +01:00 |
|
|
|
31f137067c
|
Added check for vector dimensions to cpp proximal decoder
|
2022-11-27 02:40:11 +01:00 |
|
|
|
b33a0735f0
|
Put simulation code into separate module
|
2022-11-25 19:36:57 +01:00 |
|
|
|
ec03f9f5f1
|
Renamed Simulator to ProximalDecoderSimulator and added ProximalDecoder specific functionality
|
2022-11-25 18:53:29 +01:00 |
|
|
|
5662ba841a
|
Made cpp ProximalDecoder picklable
|
2022-11-25 18:47:23 +01:00 |
|
|
|
eb32d83ed0
|
Modified main.py to work with the newly implemented cpp proximal decoder
|
2022-11-25 15:42:12 +01:00 |
|
|
|
5fc8435cb4
|
Return number of iterations after decoding
|
2022-11-25 15:39:41 +01:00 |
|
|
|
066d9d85d2
|
Finished cpp proximal decoder implementation
|
2022-11-25 14:00:19 +01:00 |
|
|
|
9818193386
|
Return nullopt on decoding failure
|
2022-11-25 11:36:57 +01:00 |
|
|
|
c9a4b1b61e
|
Fixed proximal unit tests
|
2022-11-25 11:30:55 +01:00 |
|
|
|
8469e50a19
|
Added first cpp proximal decoder implementation
|
2022-11-25 10:48:33 +01:00 |
|
|
|
516a67795f
|
Changed progressbar to show number of iterations istead of frame errors
|
2022-11-25 10:45:14 +01:00 |
|
|
|
3777bcba02
|
Added test simulation results for different omegas
|
2022-11-25 10:42:47 +01:00 |
|
jaekel
|
d92381869d
|
script admm, proximal uploaded
|
2022-11-24 16:27:30 +01:00 |
|
|
|
daf9cc6071
|
Handle the case of all dec-failures
|
2022-11-24 16:02:29 +01:00 |
|
|
|
68751c50cd
|
Don't count decoding failures as bit errors
|
2022-11-24 12:51:06 +01:00 |
|
|
|
47482b55e4
|
Formatting
|
2022-11-24 12:49:01 +01:00 |
|
|
|
86de1638b5
|
Now proximaldecoder is returning 'None' on decoding failure
|
2022-11-24 12:49:01 +01:00 |
|
|
|
d6ce89cbeb
|
Added iteration limit
|
2022-11-24 12:48:32 +01:00 |
|
|
|
6e64119874
|
Updated requirements.txt
|
2022-11-23 15:42:21 +01:00 |
|
|
|
203da09dc7
|
Added duration and end_time to metadata
|
2022-11-23 15:42:10 +01:00 |
|
|
|
2885ab76c6
|
typing and comment changes
|
2022-11-23 12:59:06 +01:00 |
|
|
|
e5934d9948
|
Simulation name now also being saved as metadata
|
2022-11-23 12:55:35 +01:00 |
|
|
|
8913246600
|
Reformatted all code
|
2022-11-23 11:45:44 +01:00 |
|
|
|
3c27a0cc18
|
Simulator class now returns pandas dataframe instead of raw data
|
2022-11-22 17:05:58 +01:00 |
|
|
|
8599ea9662
|
Added docstrings and TODOs
|
2022-11-22 16:46:28 +01:00 |
|
|
|
37edb9a6e9
|
Modified main to work with new simulator interface
|
2022-11-22 16:01:09 +01:00 |
|
|
|
9beda2231d
|
Modified visualization code to wread metadata
|
2022-11-21 13:28:00 +01:00 |
|
|
|
d0ed9ffbaa
|
Renamed sim files and added metadata
|
2022-11-21 13:02:06 +01:00 |
|
|
|
5c3dc58c5d
|
Removed spdlog as requirement
|
2022-11-18 13:35:09 +01:00 |
|
|
|
2cfbbd529c
|
Automatically save sim results after completion
|
2022-11-18 13:33:59 +01:00 |
|
|
|
1485ade538
|
Changed metadata directory
|
2022-11-18 13:24:31 +01:00 |
|
|
|
3b022b33ad
|
Moved de-serialization functions from SimulationManager to SimulationDeSerializer
|
2022-11-18 13:06:31 +01:00 |
|
|
|
a128ed72ae
|
Added save folder to gitignore
|
2022-11-17 01:40:03 +01:00 |
|
|
|
f6d79cafe7
|
Fixed merge conflict; WARNGING: Untested
|
2022-11-16 19:57:18 +01:00 |
|
|
|
5d14b383af
|
Rewrote main to use SimulationManger
|
2022-11-16 19:49:37 +01:00 |
|
|
|
e9faba01d2
|
Removed unnecessary imports and fixed type hints
|
2022-11-16 19:47:56 +01:00 |
|
|
|
6c945e6fa1
|
Updated requirements.txt
|
2022-11-16 19:44:30 +01:00 |
|
|
|
b196515cee
|
Removed TODOs
|
2022-11-16 19:42:59 +01:00 |
|
|
|
dd485dfee0
|
Simulator now returns correct length BERs list no matter the simulation state
|
2022-11-16 19:42:04 +01:00 |
|
|
|
e27a86969e
|
Now removing savefile after loading; Properly terminating program on signal sigterm
|
2022-11-16 19:30:47 +01:00 |
|
|
|
8098794804
|
Made Simulator object Picklable
|
2022-11-16 19:18:16 +01:00 |
|
|
|
b27093e516
|
Added progress bars; NOT WORKING - Serialization of progress bars not possible
|
2022-11-15 17:45:25 +01:00 |
|
|
|
e9cd215457
|
Modified the SimulationManager to work with the newly implemented Simulator; Added doc comments
|
2022-11-15 17:26:14 +01:00 |
|
|
|
c09e20cce4
|
Fixed graph spacing; Now calculating figsize depending on the number of row and columns
|
2022-11-15 16:27:11 +01:00 |
|
|
|
d9009970ad
|
Implemented proper titles and line labels in visualization.show_BER_curves()
|
2022-11-15 16:12:28 +01:00 |
|
|
|
524b57f41c
|
Fixed error in filename
|
2022-11-15 16:09:06 +01:00 |
|
|
|
081c4a5288
|
Merge branch 'main' into feature/proximal_various_codes
|
2022-11-15 15:34:32 +01:00 |
|
|
|
b89379aa08
|
Renamed variable step_size to omega
|
2022-11-15 15:33:32 +01:00 |
|
|
|
1bc7d2960b
|
Simulated other n=204 code
|
2022-11-15 15:31:46 +01:00 |
|