jakehanson / jakehanson/ISING

Make params.txt an input file

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

It is more intuitive to modify an input file than to hardcode values into main.cpp. Rather than having main.cpp spit out the hardcoded values, it would be nice if the only file getting modified is the input values (which would be params.txt or a renamed version). This way, the code wouldn't need to be recompiled when input params are changed!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading main.cpp and the existing params.txt to understand which values are hardcoded and how the input file is structured. Trace where the model currently receives those values, then verify that changing params.txt changes the run without recompiling main.cpp.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.