Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Non-Numerical Data in Experiment File #10

Open
ytcsc opened this issue Dec 3, 2023 · 0 comments
Open

Support Non-Numerical Data in Experiment File #10

ytcsc opened this issue Dec 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ytcsc
Copy link
Owner

ytcsc commented Dec 3, 2023

Objective:

Enhance the program to support the reading of CSV experiment files containing non-numerical data. Currently, the system processes only numerical entries, limiting the flexibility of experiment descriptions. The idea is to enable the inclusion of non-numerical data, such as "Inf" for infinite (arbitrarily large) values or "rand" for random values. This would allow entering an infinite saturation limit (in the case when such saturation is not desired) or random amplitude disturbance signals (to emulate noise). It would be better if the random options allow the user to choose, for example, the distribution and its parameters.

Proposed Changes:

To achieve this, the following changes are suggested:

Extend the CSV file parsing mechanism to handle non-numerical entries.
Implement a flexible data validation mechanism to interpret and process non-numerical data appropriately.

These changes will allow users to describe experiments more comprehensively, incorporating symbolic or special values in addition to numerical data.

@ytcsc ytcsc added the enhancement New feature or request label Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant