thu-nics / MNSIM-2.0

A Behavior-Level Modeling Tool for Memristor-based Neuromorphic Computing Systems
133 stars 37 forks source link

Simplicity, Readability, and Maintainability #6

Closed KueipoH closed 1 year ago

KueipoH commented 1 year ago

The most recent iteration of my work aims to achieve a straightforward objective: ensuring simplicity and readability.

Firstly, I have eliminated all arguments from the main.py file, resulting in a more concise main content.

Secondly, I have developed an argument.py function, which is separate from the main file. This allows for effortless configuration of argument parameters and easy to maintain.

Best regards, Kuei-Po