All Questions
5 questions
8
votes
1
answer
3k
views
Testing lower- and upper bound values in Python
Code functionality
The following code tests whether the values that a user specifies for a lower bound and upper bound on two properties:
The lower bound is smaller than the upper bound.
The values ...
5
votes
1
answer
43
views
CandidateArchive for model-assisted multi-fidelity global search algorithm
For my research I'm working on global search methods where a candidate solution can have it's fitness (=score) evaluated in multiple fidelities (=accuracy levels). The goal of the ...
3
votes
2
answers
298
views
Simple OOP currency converter - follow-up
This is a follow up question on this post
This is what I changed on my previous code:
I use Exchanger and PairCurrency class ...
0
votes
1
answer
440
views
Command line multipart or single file downloader
I am looking for a code review for this multipart or single file chunk downloader using threading and queues.
downloader.py
...
2
votes
1
answer
133
views
Feedback on logic implementation and testing
This is my forked branch attempting to make the code better, This is an application for having a slide show of photographs in current directory or supplied as argument.
Use keyboard controls[left to ...