Skew-symmetric version of Self Avoiding Walk
- Choose technology, programming language, environment
- we have decided, we're going to go with Scala - Implement LABS and evaluation function
- Labs and evaluation function can be found here - Try to understand your algorithm - implement it or write in pseudo code
- following the PDF, the code can be written as follows - Prepare basic implementation which provides:
- calculation for specific sequence length,
- terminate after defined amount of time,
- outputs periodicaly best achieved result,
- constructs plot for time-result function
sbt "run -c config_file_in_resources.conf -o output_logfile.log"