sort by:
Revision Author Date Message Commit Date
3527a44 Remove duplicate seed from rcpp 17 May 2020, 06:51:07 UTC
79cf540 Improvements in rounding and rotating R functions (#76) * add seed in rotate_polytope and update Rd files * update R rounding function to return the linear map * fix rounding in V-poly 18 May 2020, 08:43:38 UTC
ad2fbf2 Removing old implementation files and renaming 18 May 2020, 08:43:38 UTC
a00946e Improvements and corrections in Rcpp functions (#4) * correct input list algo in Rcpp volume.cpp * Improvements in rounding and rotating R functions (#76) * add seed in rotate_polytope and update Rd files * update R rounding function to return the linear map * fix rounding in V-poly * overloading rotating() function and remove unused comments * implement zonotope volume computation with cb algorithm and hpoly in MMC * fix all bugs in new cooling_hpoly algorithm and improve test function * all tests for zonotopes with c algortihm passed successfully * implmentation of diameter computation of all convex bodies except Vpoly-intersection * add Vpolyintersection diameter computation and volume approximation * new implmentation of rounding * add rounding in zonotope volume approximation with Hpoly in MMC * dispatching in ratio estimation * update ratio estimation functions * implmemrnt dispatching for diameter computation * improve ratio estimation code structure * update declaration of parameters in random walks * update parameter declaretion for both ball and billiard walks * modify Rcpp expose for volume and sampling C++ functions * modify Rcpp rounding function * update rounding, sampling, volume rcpp dunctions: typedefs and includes * modify zonotope approximation Rcpp function. minor changes to Rcpp volume and sampling functions * fix compiler errors * update d files * fix compiler errors in c++ tests * add seed in rounding and direct_sampling Rcpp functions * add a second volume function to use fixed seed in Rcpp interface * fix rcpp interface 18 May 2020, 08:43:38 UTC
28da0e8 Restructuring volume algorithms and random walks 18 May 2020, 08:43:38 UTC
ede4c5b Rcpp functions with the new structure (#3) * correct input list algo in Rcpp volume.cpp * Improvements in rounding and rotating R functions (#76) * add seed in rotate_polytope and update Rd files * update R rounding function to return the linear map * fix rounding in V-poly * overloading rotating() function and remove unused comments * implement zonotope volume computation with cb algorithm and hpoly in MMC * fix all bugs in new cooling_hpoly algorithm and improve test function * all tests for zonotopes with c algortihm passed successfully * implmentation of diameter computation of all convex bodies except Vpoly-intersection * add Vpolyintersection diameter computation and volume approximation * new implmentation of rounding * add rounding in zonotope volume approximation with Hpoly in MMC * dispatching in ratio estimation * update ratio estimation functions * implmemrnt dispatching for diameter computation * improve ratio estimation code structure * update declaration of parameters in random walks * update parameter declaretion for both ball and billiard walks * modify Rcpp expose for volume and sampling C++ functions * modify Rcpp rounding function * update rounding, sampling, volume rcpp dunctions: typedefs and includes * modify zonotope approximation Rcpp function. minor changes to Rcpp volume and sampling functions * fix compiler errors * update d files * fix compiler errors in c++ tests * add seed in rounding and direct_sampling Rcpp functions * add a second volume function to use fixed seed in Rcpp interface 18 May 2020, 08:43:38 UTC
8021daf New rounding implementation ans volume approximation for V-poytopes intersection (#2) * correct input list algo in Rcpp volume.cpp * Improvements in rounding and rotating R functions (#76) * add seed in rotate_polytope and update Rd files * update R rounding function to return the linear map * fix rounding in V-poly * overloading rotating() function and remove unused comments * implement zonotope volume computation with cb algorithm and hpoly in MMC * fix all bugs in new cooling_hpoly algorithm and improve test function * all tests for zonotopes with c algortihm passed successfully * implmentation of diameter computation of all convex bodies except Vpoly-intersection * add Vpolyintersection diameter computation and volume approximation * new implmentation of rounding * add rounding in zonotope volume approximation with Hpoly in MMC * dispatching in ratio estimation * update ratio estimation functions * implmemrnt dispatching for diameter computation * improve ratio estimation code structure 18 May 2020, 08:43:38 UTC
70114b2 Passing walks as objects to volume with runtime arguments 18 May 2020, 08:43:38 UTC
b48b411 Fixing tests 18 May 2020, 08:43:38 UTC
f922c71 Implementation of cb algorithm with H-polytopes in MMC for zonotopes (#1) * correct input list algo in Rcpp volume.cpp * Improvements in rounding and rotating R functions (#76) * add seed in rotate_polytope and update Rd files * update R rounding function to return the linear map * fix rounding in V-poly * overloading rotating() function and remove unused comments * implement zonotope volume computation with cb algorithm and hpoly in MMC * fix all bugs in new cooling_hpoly algorithm and improve test function * all tests for zonotopes with c algortihm passed successfully 18 May 2020, 08:43:38 UTC
ade5951 Tests for CG/vpolytopes 18 May 2020, 08:43:38 UTC
c92df0c Update delta after walk construction 18 May 2020, 08:43:38 UTC
38b2f82 Fix accuracy of CDHR in CG 18 May 2020, 08:43:38 UTC
597b37a Fixes in cooling gaussian algorithm and tests 18 May 2020, 08:43:38 UTC
f880d8d Fix tests for CB algorithm and hpolytopes 18 May 2020, 08:43:38 UTC
c138a05 Fix walk initialization for CB algorithm 18 May 2020, 08:43:38 UTC
e15b560 Tests for CB algorithms and various walks (expect to fail at this stage) 18 May 2020, 08:43:38 UTC
2feee11 Benchmarks and tests (sob and gc algorithms) 18 May 2020, 08:43:38 UTC
770feee Tests for sob algo using hpoly 18 May 2020, 08:43:38 UTC
00032c3 Const references and styling for cooling balls algorithm 18 May 2020, 08:43:38 UTC
1dbcd6e New design for cooling balls algorithm 04 April 2020, 06:51:07 UTC
c660509 Fixing the scope of variables and using const where possible in gausian annealing 04 April 2020, 06:51:07 UTC
cd56f60 Fixing the scope of several variables in gaussian cooling 04 April 2020, 06:51:07 UTC
2bdf48f Update delta for ball walk and removing unused paremeter passing in gaussing cooling algorithm 04 April 2020, 06:51:07 UTC
ea889a9 CDHR walk for GC algorithm 04 April 2020, 06:51:07 UTC
c3d40df RDHR walk for GC algorithm 04 April 2020, 06:51:07 UTC
63ec811 Ball walk for GC algorithm 04 April 2020, 06:51:07 UTC
2c7024a Design simpler Walk interface 04 April 2020, 06:51:07 UTC
4a4357a RNG interface with fixed seed 04 April 2020, 06:51:07 UTC
9d700f5 Random number generator struct 04 April 2020, 06:51:07 UTC
d507165 Expose rnd seed in highest level 04 April 2020, 06:51:07 UTC
3ac7cdb Optimization: move random generators creation outside of random walk helpers 04 April 2020, 06:51:07 UTC
e173645 New volume function example 04 April 2020, 06:51:07 UTC
209c13a Cleanup SoB volume algorithm 04 April 2020, 06:51:07 UTC
69664de Use billiard walk in SOB algorithm (#75) * fix seed in rand_hpoly_generator * enable SOB algorithm with billiard walk * enable SOB algorithm with billiard walk in c++ interface 04 April 2020, 06:51:07 UTC
fa05bcf Fix seed in gen_rand_hpoly (#74) * update input variable names in sample_points(), direct_sampling() and vpolytope-intersection R class * change 'algo' to 'settings' in volume function. remove unused methods in c++ polytope classes * update R tests and NEWS.md file * update zonotope_approximation input variables * delete cran package files * fix seed in rand_hpoly_generator 18 May 2020, 08:36:29 UTC
e78733f delete cran package files 18 May 2020, 08:36:29 UTC
0a82201 update zonotope_approximation input variables 18 May 2020, 08:36:29 UTC
5235766 update R tests and NEWS.md file 18 May 2020, 08:36:29 UTC
d55ff2b change 'algo' to 'settings' in volume function. remove unused methods in c++ polytope classes 18 May 2020, 08:36:29 UTC
44c9b7c update input variable names in sample_points(), direct_sampling() and vpolytope-intersection R class 18 May 2020, 08:36:29 UTC
96f9576 Fix non const parameters in rand_exp_range (#71) Remove const from function parameter 18 May 2020, 08:36:29 UTC
3ec8e41 Update readme, add `doc` directory and tutorials (#70) 04 April 2020, 06:51:07 UTC
ddcbfeb new volume structure SoB plus random walks 28 March 2020, 18:55:03 UTC
8f24239 Fix bug in hpolytope print function (#68) 17 March 2020, 10:27:15 UTC
79887a4 Update README.md 16 March 2020, 15:16:47 UTC
eb98614 Update README.md Closes #67 16 March 2020, 13:34:07 UTC
9b24028 Merge pull request #66 from TolisChal/improve_sampling Improve sampling 15 March 2020, 23:45:12 UTC
4e0465d improve comp_diam() function in polytopes 15 March 2020, 23:19:59 UTC
abca095 Merge branch 'develop' into improve_sampling 13 March 2020, 00:22:13 UTC
49d3777 add direct_sampling R function 13 March 2020, 00:20:47 UTC
955c865 fix #65 12 March 2020, 14:16:19 UTC
4d4b49b add mode and starting point as inputs in samlpe_points() 11 March 2020, 21:45:24 UTC
b84a8a0 Readme correction and -help error in generator (#64) 04 March 2020, 13:59:49 UTC
55e296b README: folder name changed from R-prog to R-proj (#63) * Folder name changed from R-prog to R-proj * Delete .Rhistory * Delete .Rhistory * Delete RcppExports.cpp 03 March 2020, 13:47:29 UTC
e4ce0b6 Various improvements (tests, documentation, names) (#61) * modify c++ tests * improve input variable names in R functions * check for negative error parameter in both interfaces * update Rd files * update compute_indicators * update rotating R functions * update sample_points.cpp * update volume.cpp and Rd files * update zonotope_approximation functons and the Rd files * fix examples, tests, documentation errors * update rounding and fix a bug in sample_points gaussian sampling, update Rd files, fix cran errors * add the option to set seed for the random polytope generator * fix cran check errors * add boundary sampling in R interface * add references in rounding functions and fix bug in vol.cpp 27 February 2020, 09:46:11 UTC
ae80e5d Update README.md 26 February 2020, 12:07:36 UTC
1cba5c3 Fix tests and issue #8 (#60) * modify c++ tests * improve input variable names in R functions * check for negative error parameter in both interfaces * update Rd files 24 February 2020, 19:31:30 UTC
801b2dc Zonotope approximation (#59) * use cdhr in rounding, improve t-test iterations, change diameter of H-polytopes, minor mpdifications in both interfaces. * improve c++ interface, add c++ test for cooling bodies with billiard walk * improve new c++ test * add random generators * update R random generators * update Rd files * update R volume interface * fix generators in both c++ and R interfaces, improve exact_volume check in c++ interface * fix bug in hpoly zonotope volume approximation * improve c++ documentation (help command) * add zonotope_approximation in R interface. improve R volume and sample_points documentation * fix c++ tests * fix bug in zonotope approximation Co-authored-by: Vissarion Fisikopoulos <fisikop@gmail.com> 19 February 2020, 13:51:12 UTC
e8b5ac7 Improve interfaces, generators and bug fixes (#58) * use cdhr in rounding, improve t-test iterations, change diameter of H-polytopes, minor modifications in both interfaces. * improve c++ interface, add c++ test for cooling bodies with billiard walk * improve new c++ test * add random generators * update R random generators * update Rd files * update R volume interface * fix generators in both c++ and R interfaces, improve exact_volume check in c++ interface * fix bug in hpoly zonotope volume approximation * improve c++ documentation (help command) * fix c++ tests * fix c++ tests * improve cpp generator interface * improve cpp generator interface 19 February 2020, 13:47:30 UTC
5a6015c Exact volume (#57) * merge two copulas functions into one. * add compute_indicators R function. * develop compute_indicator R function and copula.cpp in R-proj * improve roxygen comments in compute_indicator R function and copula.cpp in R-proj * fix bugs in copulas.cpp * fix bugs in compute_indicators.R * fix R tests for copulas and set to lowercase the inputvariables in the new functions * improve compute_indicators.R * add volume field in R module polytope classes * add volume declaration for known polytopes in R interface * modify exact_vol.cpp in R interface * set NaN the volume initialization in Rcpp modules of polytopes, update NEWS.md file * modify namespace 14 February 2020, 13:55:29 UTC
fc41b31 Merge copula functions and new compute indicators R function (#56) * merge two copulas functions into one. * add compute_indicators R function. * develop compute_indicator R function and copula.cpp in R-proj * improve roxygen comments in compute_indicator R function and copula.cpp in R-proj * fix bugs in copulas.cpp * fix bugs in compute_indicators.R * fix R tests for copulas and set to lowercase the inputvariables in the new functions * improve compute_indicators.R 14 February 2020, 12:00:27 UTC
acff206 Merge pull request #55 from TolisChal/billiard_sampling Billiard walk 13 February 2020, 13:02:52 UTC
bdf67dd improve c++ interface and fix c++ tests 13 February 2020, 12:29:09 UTC
145112a reduce c++ cg volume test 13 February 2020, 11:33:02 UTC
ec8a1e9 use const variables and remove useless comments. 12 February 2020, 17:57:17 UTC
fb65081 remove volume.h file from cran version. 12 February 2020, 17:49:58 UTC
238b78e improve initialization of diameter for billiard walk. Fix C++ tests' bugs. 12 February 2020, 17:43:39 UTC
3fa3292 improve the initialization of delta (ball_walk) and diameter. fix errors in doxumentation and update Rd files 12 February 2020, 17:00:10 UTC
1b366a5 fix bugs in Rd files and update the NEWS.md file 12 February 2020, 15:30:50 UTC
55a253c Merge branch 'develop' into billiard_sampling 12 February 2020, 14:56:47 UTC
d9223ae update rd files 12 February 2020, 14:51:56 UTC
d9c173e Merge pull request #54 from TolisChal/new_volalgo New algorithm for volume approximation 12 February 2020, 14:48:25 UTC
d01ea3f Merge branch 'new_volalgo' into billiard_sampling 12 February 2020, 14:45:31 UTC
892dc96 update descriion file in R-proj 12 February 2020, 14:44:22 UTC
ae1d834 fix c++ interface and c++ tests 11 February 2020, 17:02:11 UTC
cbf6d24 improve rounding in R interface and documentation for sample_points and volume R functions. 11 February 2020, 16:52:35 UTC
b3abddd add billiard to sample_points interface and fix documentation of R function of volume. 11 February 2020, 15:25:26 UTC
67c6fdf add billiard walk for volume 11 February 2020, 14:57:00 UTC
1e802c2 resolve PR in ball anealing and increase cdhr sliding window 11 February 2020, 10:55:12 UTC
6aac8cb implment acceleration of rdhr for both volume and sampling. 11 February 2020, 10:23:31 UTC
a49639f minor improvments in exact_vol.h 27 January 2020, 14:07:58 UTC
702c1fd fix template declarations and minor improvements in ratio_estimation.h 27 January 2020, 13:23:00 UTC
c6a9139 update description file and fix windows bug in ball_annealing.h 26 January 2020, 22:50:39 UTC
1d20557 define constants and add max number of iterations to check if the annealing fails. Update sample_points rd file. Fix bug in c++ generator. 26 January 2020, 21:32:09 UTC
0138e21 implement the PR comments: declare const, improve names of functions and geeral coding 24 January 2020, 18:33:00 UTC
195f42e change version and improve c++ code in new volume functions. 23 January 2020, 09:22:53 UTC
aff6131 fix c++ tests 23 January 2020, 07:14:52 UTC
2e16bab update description, README.md, NEWS.md files for the new version and input variables' names in round_polytope R function. 22 January 2020, 22:09:46 UTC
e8753dd fix R tests and bugs in examples of R functions. Fix a bug in c++ tests. 22 January 2020, 21:51:17 UTC
63e3579 fix the R tests and improve R documentation 22 January 2020, 20:51:14 UTC
5599999 improve the R documentation 22 January 2020, 19:39:39 UTC
7baa006 add boost header files for the new algo and fix the c++ interface 22 January 2020, 19:15:06 UTC
1177774 remove printing and fix includes of header files in cran version 22 January 2020, 14:57:34 UTC
69f1c18 change the names of functions and inputs 22 January 2020, 14:45:37 UTC
cc151cb add new algo 21 January 2020, 15:06:22 UTC
7ab158f split polytope classes and lp oracles functions in differetnt header files. Use pre-malloc in lp oracles. 21 January 2020, 09:28:05 UTC
78e0a2c Update issue templates 14 January 2020, 14:08:08 UTC
32e9b16 Create CODE_OF_CONDUCT.md (#53) 14 January 2020, 14:06:47 UTC
4803930 Create CONTRIBUTING.md 14 January 2020, 14:04:17 UTC
back to top