- Feb 13, 2020
-
-
David Hendriks authored
-
- Feb 10, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
updated scaling plots and function to compare the grid runs. i need to keep in mind that these calculations are very probably limited the the physical amount of cores the machine has
-
David Hendriks authored
-
David Hendriks authored
added some plots, restructured routine for scalingplots, fixing the phasevol part of the grid generator
-
David Hendriks authored
adding clean test function for the population. with total starcount etc (need to make a nice verbose functionality there now)
-
- Feb 09, 2020
-
-
David Hendriks authored
-
- Jan 31, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
- Jan 29, 2020
-
-
David Hendriks authored
expanded the grid generation code. still needs work but its more complete now. need to fix the phasevol correctly tho. Made a function to call the grid, and loop over it and write all the binary_c calls to a file
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
- Jan 28, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
added testing and the cleaning up of the custom library. this isnt done yet, and ive hit on some sissues
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
- Jan 27, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
running tests with multiprocessing, also using diffferent multiprocessing techniques. it seems that the multiprocessing doesnt speed it up that much at least on my laptop. will run it on astro1 or something now
-
- Jan 26, 2020
-
-
David Hendriks authored
-
- Jan 25, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
Added functionalities around grid code generation, like accepting custom defined functions, exporting it to a file and saving it to grid_options
-
- Jan 24, 2020
-
-
David Hendriks authored
added function to parse arguments via commandline, added parsing of version history and and the loading of the generated grid function
-
David Hendriks authored
-
- Jan 23, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
- Jan 20, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
- Jan 17, 2020
-
-
David Hendriks authored
updated help all super function to combine the results of detailed_help to the already present results
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
updated the grid to handle single systems, also by loading the custom logging. then i stumbled on the following: if the .so is loaded once, and then we change and rebuild the library and load it again, it doesnt have effect. the solution to this is to give the newly built library name a random hash in its name. TODO: need to remove the contents of the custom_logging_dir each time the single or population function is done
-
David Hendriks authored
added a help all super function that calls help_all first, and then loops over the parametr names to get more information
-
David Hendriks authored
added some extra grid option parameters. I need to make sure that these dicts are so that you can change the values, but not add keys
-