User Details
User Details
- User Since
- Sep 19 2019, 11:31 (269 w, 6 d)
- Availability
- Available
- Organization
- epfl.ch (university)
Jan 13 2020
Jan 13 2020
added clarifying comment
combine part 1 and 2 + comments
Jan 3 2020
Jan 3 2020
updated README
finished second part
almost finished Exercise 6
Jan 2 2020
Jan 2 2020
blatny committed R9484:925a5a2e9403: added temp workaround such that c++ generates same G as in python (authored by blatny).
added temp workaround such that c++ generates same G as in python
finished Exercise 4 and 5
added README and description
blatny committed R9484:eae5be0ca799: continuing on pypart.cc - commented out what does not compile (authored by blatny).
continuing on pypart.cc - commented out what does not compile
continuing on pypart.cc
Dec 20 2019
Dec 20 2019
added pypart.cc
added starting point for hw4
Dec 11 2019
Dec 11 2019
added comment on BC in README
Dec 5 2019
Dec 5 2019
added comment in README
adding compute in test_temperature
finished computeTemperature
blatny committed R9484:b8dd80803a2c: updated cmake to include fftw for partcles (authored by blatny).
updated cmake to include fftw for partcles
changed cmakelists
trying to fix temperature test
Dec 4 2019
Dec 4 2019
trying to fix ComputeTemparature
trying to fix Bertils mess - Part I
Nov 29 2019
Nov 29 2019
added more info to README
blatny committed R9484:74df9f6abe84: changed assert_near to expect_eq for integer test in compute frequencies. (authored by blatny).
changed assert_near to expect_eq for integer test in compute frequencies.
Added README and instructions
blatny committed R9484:fb624e193f04: added option in CMakeLists if user wants to use FFT part of the code or not (authored by blatny).
added option in CMakeLists if user wants to use FFT part of the code or not
blatny committed R9484:14e80390abfa: finished test of ComputeFrequencies, passing tests :) (authored by blatny).
finished test of ComputeFrequencies, passing tests :)
blatny committed R9484:4d236739ff39: wrote python script for testing computeFrequencies (authored by blatny).
wrote python script for testing computeFrequencies
finished implementing computeFrequencies
blatny committed R9484:208d9ab05a92: added google test for inverse fourier transform (authored by blatny).
added google test for inverse fourier transform
added implementation of inverse FFT
added gitignore
blatny committed R9484:8197ec58e428: finished FFT forward implementation, passing test (authored by blatny).
finished FFT forward implementation, passing test
Nov 28 2019
Nov 28 2019
blatny committed R9484:7dd68d203549: first attempt at including fftw in cmakelist (authored by blatny).
first attempt at including fftw in cmakelist
added README
added starting point for hw3
Oct 28 2019
Oct 28 2019
fixed merge issue
blatny committed R9484:f3d1b8942348: seprated series class and added to README (authored by blatny).
seprated series class and added to README
blatny committed R9484:b7698bf8013e: split into cc and hh files and including ifndef for headers. Also added… (authored by blatny).
split into cc and hh files and including ifndef for headers. Also added…
finished ex 3 and 4
Oct 27 2019
Oct 27 2019
HW2 : commented temp out so it runs
minor changes and started ex4
blatny committed R9484:1c953b082c88: finished dumper series. renamed LibSeries to series (authored by blatny).
finished dumper series. renamed LibSeries to series
HW2: started on dumperseries
HW2: made Ex1 and Ex2 compile and run
Oct 15 2019
Oct 15 2019
fixed readme mistake
blatny committed R9484:abc2f1773df8: added more info to README and output of main_minimize (authored by blatny).
added more info to README and output of main_minimize
Oct 14 2019
Oct 14 2019
added small stuff plus optimized CG
Oct 12 2019
Oct 12 2019
blatny committed R9484:87d1ba2c1648: fixed scaling 1/2 mistake betweem ex1 and ex2 (authored by blatny).
fixed scaling 1/2 mistake betweem ex1 and ex2
blatny committed R9484:7219cc2636a4: updated gitignore for excluding png and pycache (authored by blatny).
updated gitignore for excluding png and pycache
Putting it all together
blatny committed R9484:126e1cbe7143: Wrote requirements and usage with Markdown in README (authored by blatny).
Wrote requirements and usage with Markdown in README
Oct 10 2019
Oct 10 2019
init value change
testing cg algo
minor changes in structure for optimizer
fixed framework for conj gradient
blatny committed R9484:1c019d4c2566: Fixed optimizer.py, now using global variables instead of writing to file. (authored by blatny).
Fixed optimizer.py, now using global variables instead of writing to file.
blatny committed R9484:ad12e238e113: added first draft solution to task 1 (optimizer.py), bugs to be fixed (authored by blatny).
added first draft solution to task 1 (optimizer.py), bugs to be fixed
Added empty .py files for hw1
Added README and gitignore files