Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

GeomScale

Open-source development of scalable algorithms for geometric statistics
Collective - Host: opensource - https://opencollective.com/geomscale - Website: https://geomscale.github.io - Code: https://github.com/geomscale

fix implementation of rand_exp_range() function for sampling from gaussian dist. Add some printing for debbuging.

github.com/GeomScale/volesti - 38962b832d7d0890a9651cdc8ded508386436abd authored over 6 years ago by tolischal <[email protected]>
Merge remote-tracking branch 'tolis_fork/cgal_remove' into cgal_remove

github.com/GeomScale/volesti - d09d33d9066c55cf600972b8cd71b06a51516fc2 authored over 6 years ago by Vissarion Fisikopoulos <[email protected]>
fix bugs and add some printing for verbose mode (and debbuging).Algo runs but returns wrong volume approximation.

github.com/GeomScale/volesti - b7de66f86e824c4f499cf31c626702839b0e777b authored over 6 years ago by Tolis <[email protected]>
Complete the implementation of volume approximation based on CV algo. The new function is volume_gaussian_annealing in volume.h header file. No tests have been made.

github.com/GeomScale/volesti - eb3d6734b829ea479ec88b4fcc8c4f1bbd8917c3 authored over 6 years ago by Tolis <[email protected]>
complete gaussian sampling with both random and coordinate directions hit and run. The samplers are implemented in gaussian_annealing.h header file.

github.com/GeomScale/volesti - 9a75c8561d4ae7e830f1030c710b4655e9178074 authored over 6 years ago by Tolis <[email protected]>
Merge branch 'cgal_remove' into schedule_annealing

github.com/GeomScale/volesti - 29179b774234a8ae78c07b695d0e7241d022470d authored over 6 years ago by Tolis <[email protected]>
change line_intersect() function in order to be compitable with gaussian sampling. Now it returns a pair of double and not points. We will merge this into schedule_annealing branch to continue working on cv algo.

github.com/GeomScale/volesti - fb23c2d3b0b0d183c8bb1d3e6ee67dbcbf1b73e7 authored over 6 years ago by Tolis <[email protected]>
add rand_exp_range function in samplers.h in order to sample from gaussian on the chord intersecting polytope in rdhnr.

github.com/GeomScale/volesti - c6ac4b8c8dc07839773d6bd6a6b3db6391db60c5 authored over 6 years ago by Tolis <[email protected]>
implement annealing_schedule in gaussian_annealing.h header file but without sampling.

github.com/GeomScale/volesti - 75b5e5de297ccda34f22e686f9153a3f320657b9 authored over 6 years ago by Tolis <[email protected]>
merge cgal_remove into schedule_annealing

github.com/GeomScale/volesti - 1b032bf0ddfc75bfa7e84e3f308dc573a44a6b2d authored over 6 years ago by Tolis <[email protected]>
Merge branch 'cgal_remove' into schedule_annealing

github.com/GeomScale/volesti - 5760106b8318f8932c2f24f7dd482df7e4e0adac authored over 6 years ago by Tolis <[email protected]>
include boost header files we need in external folder. Improve linking between header files.

github.com/GeomScale/volesti - 148129b766a67c06916a733612df1aefcd78aae7 authored over 6 years ago by tolischal <[email protected]>
Update config.yml

github.com/GeomScale/volesti - 62433a9ea8454d95cad6627e80240daf73016830 authored over 6 years ago by Vissarion Fisikopoulos <[email protected]>
Merge remote-tracking branch 'origin/develop' into cgal_remove

github.com/GeomScale/volesti - 0286059182aafb4ae12a3c7d7acdd4b42ed5253a authored over 6 years ago by Vissarion Fisikopoulos <[email protected]>
Create config.yml

github.com/GeomScale/volesti - c34e05c0b17f629b768edc442517eb33ac6dc455 authored over 6 years ago by Vissarion Fisikopoulos <[email protected]>
create folder for annealing, a header file and a function which gives the first gaussian

github.com/GeomScale/volesti - fa7b5968652192be1f08663f97023f6d3264f4f7 authored over 6 years ago by Tolis <[email protected]>
add copyright comments to lpsolve source files .c

github.com/GeomScale/volesti - caadbdffe2b2a6d27f41e92091ef4c6cccc467f3 authored over 6 years ago by tolischal <[email protected]>
add comments to lpsolve source files

github.com/GeomScale/volesti - f084248506beff4c0ef24078f74e0c90275a87ee authored over 6 years ago by tolischal <[email protected]>
improve readme

github.com/GeomScale/volesti - 4ef05920f0efcb076194a845bf650b11d7b9d123 authored over 6 years ago by tolischal <[email protected]>
implement my mentor's comments on the PR except of these which refer to experiments

github.com/GeomScale/volesti - c702e0ff6ff98bc268c4cba79b8fa34a3f03bef0 authored over 6 years ago by tolischal <[email protected]>
compile lpsolve through Rcpp using only source files. Create lp_solve folder in /R-proj/src which contains all the .c files. We use makefile and source files from lpSolveAPI at github. For the c++ code we use liblpsolve55.so file for the moment.

github.com/GeomScale/volesti - 17bdce5395117b0f2d0b0a3636f91ed4e3458c80 authored over 6 years ago by tolischal <[email protected]>
disable verbose mode from R tests. Add BH library in dependencies.

github.com/GeomScale/volesti - 1aca3fd73f9bdc655b0a226f5d689105ef29d7a4 authored over 6 years ago by tolischal <[email protected]>
remove some useless comments, improve readme and add some useful prints in c++ code when verbose is on.

github.com/GeomScale/volesti - 32a21dea320c5e336ce42a2c58121ea4bd5ac09a authored over 6 years ago by Tolis <[email protected]>
adjustments in readme file

github.com/GeomScale/volesti - 1788c0c2f7ad5158a3443901254fdb050081e357 authored over 6 years ago by Tolis <[email protected]>
add info in readme file

github.com/GeomScale/volesti - abb087267f4982ce14effca4a4df2d404f8293b9 authored over 6 years ago by Tolis <[email protected]>
create function for rounding using Khachiyan's algorithm based on Nikolic c++ implementation. We add only the source files we need from bnmin1-1.11 and make some adjustments in order to have only header files and to exclude gsl library.

github.com/GeomScale/volesti - a0e32bfe231c829b642b481b0c3b35a9f223424d authored over 6 years ago by tolischal <[email protected]>
Fix rounding. Compiled but not tested.

github.com/GeomScale/volesti - dc929d9cf78c6bf979839e182eba89e9e3354354 authored over 6 years ago by Tolis <[email protected]>
Delete .Rbuildignore

github.com/GeomScale/volesti - 7740f3adeaa70762845ed076c5215ebfb4133c38 authored over 6 years ago by Tolis Chalkis <[email protected]>
Update .gitignore

github.com/GeomScale/volesti - f5e645fd2823afc2959b337d1060a387d30bc0cd authored over 6 years ago by Tolis Chalkis <[email protected]>
ignore .idea folder

github.com/GeomScale/volesti - 6eaaff93c7d5547a33f8528edc70a7705a46d8e1 authored over 6 years ago by Tolis <[email protected]>
ignore .idea folder

github.com/GeomScale/volesti - b919b2846566d50def8cca4042a2da7083acbb9c authored over 6 years ago by Tolis <[email protected]>
Update .gitignore

github.com/GeomScale/volesti - 4df552624706e0a35aebfca3501650b082b49327 authored over 6 years ago by Tolis Chalkis <[email protected]>
link liblpsolve55.so library to the Rcpp package. Create external_libs folder to include .so file or any future lib. In R code the user can give a chebychev ball, otherwise the c++ code computes the Chebychev ball using lpsolve lib.

github.com/GeomScale/volesti - 2d7b376323e9415fc0225fb866ad703a154e0078 authored over 6 years ago by Tolis <[email protected]>
remove useless files using git command.

github.com/GeomScale/volesti - 3181ff875f87884bd1f71df2e6cb3651d4618159 authored over 6 years ago by tolischal <[email protected]>
Update .gitignore

github.com/GeomScale/volesti - b17fe327987b30fda2f1fb048fd9a5b46802477f authored over 6 years ago by Tolis Chalkis <[email protected]>
Update .gitignore

github.com/GeomScale/volesti - d72488c3511caf44d6f81ffe91e75a73a8d60a68 authored over 6 years ago by Tolis Chalkis <[email protected]>
Update .gitignore

github.com/GeomScale/volesti - ba9a7dc39bc3bab78014c589bb7bb6e1134ad216 authored over 6 years ago by Tolis Chalkis <[email protected]>
Merge branch 'cgal_remove' of https://github.com/TolisChal/volume_approximation into cgal_remove

github.com/GeomScale/volesti - 12cfe5797f12e7af12e4acbaac52121e5ba617dc authored over 6 years ago by tolischal <[email protected]>
remove useless files.

github.com/GeomScale/volesti - 00748b3adfbfce66898e6a1e024dee88afd981ff authored over 6 years ago by tolischal <[email protected]>
Update .gitignore

github.com/GeomScale/volesti - ec3fd0dff54162cec5031f55380d0ac15be6ca06 authored over 6 years ago by Tolis Chalkis <[email protected]>
Use boost library and BH Rcpp package in order to use c++98 compiler and not c++11. Fix bug in secuence of concentric balls. Improve hit_and_run_coord funtion.

github.com/GeomScale/volesti - 7f7d75f2a25c0ddd54c194341890cd9aa211b6a5 authored over 6 years ago by tolischal <[email protected]>
complete all the adjustments my mentor suggested. Fix a bug in lpsolve interface.

github.com/GeomScale/volesti - d12831942aa772961b1bdcd51f5e0cb6c5dc3f0c authored over 6 years ago by tolischal <[email protected]>
add volesti.Rproj file

github.com/GeomScale/volesti - 211fead7aa1d618211bd5f8b4945262f92536ff0 authored over 6 years ago by tolischal <[email protected]>
fix the conflicts using command line

github.com/GeomScale/volesti - ae99e16833bcf333953a55ba991357a84c6509a0 authored over 6 years ago by tolischal <[email protected]>
change run_tests.sh file. It can be used for compile and when -exp flag is given all the tests are running. Returns PASS or FAIL checking the magnitude of the volume. Add volFroIne() R function to compute polytope volume when the path to a.ine file is given as a character.

github.com/GeomScale/volesti - b5c98101e955fdbc9275773ac083217c2d6a7881 authored over 6 years ago by tolischal <[email protected]>
give flag -O3 to copiler. For the Rcpp package we write a Makevars file. Improve the class point.

github.com/GeomScale/volesti - c375174912bb9e9622299f2507017f3440f6aa37 authored over 6 years ago by tolischal <[email protected]>
Improve R interface: Declare and install dependencies, create functions that construct R matrix from .ine files, create test function testRvolEsti(). Create test_data folder that contains example polytopes and the file run_tests.sh which could be used in order to run all the experiments.

github.com/GeomScale/volesti - 4979db2b098273f07dd6a40c02d59a7f72932310 authored over 6 years ago by tolischal <[email protected]>
improve readme

github.com/GeomScale/volesti - 3d3e8b735d52d67eac88ee43f41d1620cb4a3e90 authored over 6 years ago by tolischal <[email protected]>
create Rcpp package volesti in R-proj folder. We give info in the readme file how to build and install it.

github.com/GeomScale/volesti - fcf56176e1babfe2c3e0faf8cc7dc7a5eabf077c authored over 6 years ago by tolischal <[email protected]>
replace CMakeLists.txt file as vissarion fisikopoulos proposed and make the corresponding adjustments to the readme file

github.com/GeomScale/volesti - 982c015c4292eff436ff63d911fa9bd815499229 authored over 6 years ago by tolischal <[email protected]>
Create CMakeLists.txt. Link to external lib liblpsolve55.so has to be added. Change the readme as well.

github.com/GeomScale/volesti - 18946decaf824d05195dff548245e2947e80f02b authored over 6 years ago by tolischal <[email protected]>
Update the readme file

github.com/GeomScale/volesti - ae446b1d7d9c310a3e5e04f9c620aab462ec1072 authored over 6 years ago by tolischal <[email protected]>
define three functions in RcppExports script. cheball computes chebychev ball. ModifyMat takes an .ine matrix and returns A and b. And VolEsti function that is the function that computes the chebychev center if it's requested and then gives the input to the c++ function vol_R.

github.com/GeomScale/volesti - 13b2786f16af9e90e57a6a0e27751f76feb59bb0 authored over 6 years ago by tolischal <[email protected]>
Add lpsolve c implementation-solver. We use static link using liblpsolve55.so file. Change main function in order to compute the chebychev center. Change R main function in order to get chebychev center as input. Create folders convex_bodies(polytopes, ellipsoids, intersections with ball), cartesian_geom(kernel and point.h), not_included(useless header files).

github.com/GeomScale/volesti - 6c11b0247f5ac8853eaf23d79e6d3d9811a50e75 authored over 6 years ago by tolischal <[email protected]>
Define Linear_TransformIt() function, needed for rounding, only for polytopes. We add an eigen member matrix. This is something temporary because we have to decide if we are going to replace stdMatrix with Eigen::MatrixXd.

github.com/GeomScale/volesti - baa860d856243f1a35c0f9cc42aeae4ac3bf6e01 authored over 6 years ago by Tolis <[email protected]>
remove the conflicted readme files again and add the right one.

github.com/GeomScale/volesti - b85febde59acdab16b146b783d178be86d91f831 authored over 6 years ago by Tolis <[email protected]>
remove the conflicted readme files

github.com/GeomScale/volesti - 7d54f2c893ecf3e71c5e6699037e0ff00e6b593b authored over 6 years ago by Tolis <[email protected]>
Write the readme file. We give some details about the progress of the project and how to compile the current C++ code.

github.com/GeomScale/volesti - 198f423a6520c8d91bc7b980691003544ac9e75b authored over 6 years ago by Tolis <[email protected]>
Implement new function for the rounding, based on SVD decomposition. We use Eigen library. Function Linear_TransformIt() must be defined for each convex body.

github.com/GeomScale/volesti - cd58453bda51d90cb282445d9afaf360e5865bbb authored over 6 years ago by Tolis <[email protected]>
We add new classes for the ellipsoid, for the intersection of a polytope with an ellipsoid and for the intersection of a ball with a polytope and an ellipsoid

github.com/GeomScale/volesti - 10f9f87d44c042c1c71524952acbc94a91f5bf60 authored over 6 years ago by Tolis <[email protected]>
develop the structure of the project. In folder include there is the C++ code. In external folder we will include the neccessary libraries. In folder test we run tests when we make changes to the algorithm. In folder R-proj/src there is a Rcpp interface. We develop the random_point_on_dSphere class by moving the template argument to the function sample_point.

github.com/GeomScale/volesti - 6af6c08447dec3fb66bd5015ad506fa4a0ad21a3 authored over 6 years ago by Tolis <[email protected]>
first_R_interface

github.com/GeomScale/volesti - defeb97a40b779b31f5c6ee2d5251280e16f84d6 authored over 6 years ago by Tolis <[email protected]>
boost_replaced

github.com/GeomScale/volesti - c96821f3e042c75a8dce2fb8011fa7199bac532c authored over 6 years ago by Tolis <[email protected]>
random_gen_on_dsphere

github.com/GeomScale/volesti - d46071199a32565dfd4fd0d30260c984929623a7 authored over 6 years ago by Tolis <[email protected]>
Delete .gitignore

github.com/GeomScale/volesti - ac111f526dcf626303037b118aeb1bbc15fc8da3 authored over 6 years ago by Tolis Chalkis <[email protected]>
initial_develop

github.com/GeomScale/volesti - 670f62971d4c070bfda8c0129778950f4457dacc authored over 6 years ago by Tolis <[email protected]>
initial_develop

github.com/GeomScale/volesti - 0130c07b19d8dd90392b7b9d5e026f7443061068 authored over 6 years ago by Tolis <[email protected]>
first_commit_without_cgal

github.com/GeomScale/volesti - 73888cd4f679a85b945f4afd59d6f2870a468a58 authored over 6 years ago by Tolis <[email protected]>
no cgal_compile

github.com/GeomScale/volesti - 8a8c31556e6d5c3ff62cd84cd0ceb91b479d2839 authored over 6 years ago by Tolis <[email protected]>
no cgal_compile

github.com/GeomScale/volesti - db59e4d8a11986ad3086603b245b2e2517b9718d authored over 6 years ago by Tolis <[email protected]>
no cgal_compile

github.com/GeomScale/volesti - 74383faf0db93b219d7ff47bcf6cd5c84456b0b7 authored over 6 years ago by Tolis <[email protected]>
cgal exclusion

github.com/GeomScale/volesti - cacd42e791925e3ed901fe8ad9ee62f058bc9771 authored over 6 years ago by Tolis <[email protected]>
Merge pull request #1 from vissarion/develop

Develop

github.com/GeomScale/volesti - 1a638641109f429323621c76373d0eec94a8e0fd authored over 6 years ago by Tolis Chalkis <[email protected]>
Merge pull request #6 from vissarion/add-license-1

Create LICENSE

github.com/GeomScale/volesti - 5bb115fb5b739048ebf54d4428daacf306c5a456 authored over 6 years ago by Vissarion Fisikopoulos <[email protected]>
Create LICENSE

github.com/GeomScale/volesti - 152721cb0820200d67f54709ef578dab0cbc0c54 authored over 6 years ago by Vissarion Fisikopoulos <[email protected]>
Fixing copyright and added to project files

github.com/GeomScale/volesti - 37e0fc70c1250dd0e982cd6a45fa8f8218da1daa authored about 7 years ago by Vissarion Fisikopoulos <[email protected]>
Merge pull request #4 from TolisChal/master

random_samplers_simplex.h and sample_simplex_main.cpp

github.com/GeomScale/volesti - fb52fdaec6e2d012d409a3981c24e54b8b5f6b35 authored about 7 years ago by Vissarion Fisikopoulos <[email protected]>
Bugfix: fixing polytope is_in function

github.com/GeomScale/volesti - f7fb6f19d1cfd0d6cc15650fab5d06a047133bb1 authored about 7 years ago by Vissarion Fisikopoulos <[email protected]>
Fixing input format in README

github.com/GeomScale/volesti - 87dd9b2a80b10151332258539674e887d826f6fb authored about 7 years ago by Vissarion Fisikopoulos <[email protected]>
commit main for random_samplers_simplex.h

github.com/GeomScale/volesti - 68c0be333990acf09248b4d3b72bfa3d5fc28f22 authored over 7 years ago by TolisChal <[email protected]>
fixing indentation

github.com/GeomScale/volesti - 10623c6cfc6b4dd88cf38c11dc9cec1f67176da2 authored over 7 years ago by Vissarion Fisikopoulos <[email protected]>
Minor changes

github.com/GeomScale/volesti - e70793e39d704d4262e1612fed2b217ac6d1cb4a authored over 7 years ago by Vissarion Fisikopoulos <[email protected]>
Merge pull request #2 from zafeirakopoulos/master

Update to compile with gcc 6

github.com/GeomScale/volesti - 5bc9fa2cd4b40672464211a7d4983bf11efec943 authored over 7 years ago by Vissarion Fisikopoulos <[email protected]>
Merge branch 'master' into master

github.com/GeomScale/volesti - 073d1ac27a4e07eaa31f9aac14f0209913d3f30a authored over 7 years ago by Vissarion Fisikopoulos <[email protected]>
Merge branch 'master' into master

github.com/GeomScale/volesti - cc1c832f3e47e40b294c7eae3880d85bb51b019c authored over 7 years ago by Vissarion Fisikopoulos <[email protected]>
Merge pull request #3 from iemiris/master

merging ioannis' version with few minor corrections

github.com/GeomScale/volesti - 96a66f5a6409025498a5ed8fd655644856878fac authored over 7 years ago by Vissarion Fisikopoulos <[email protected]>
vol_rand.h boost constants

github.com/GeomScale/volesti - 45a95ef5c4252bb880d3520a9535f01dfadf8037 authored over 7 years ago by Ioannis Emiris <[email protected]>
minor

github.com/GeomScale/volesti - b6502d6775d0b2ad0f13335bce0a6fe87a9d7157 authored over 7 years ago by Ioannis Emiris <[email protected]>
readme header

github.com/GeomScale/volesti - 020043ec66c9c9a47457f1802e170e8a4e6385b1 authored over 7 years ago by Ioannis Emiris <[email protected]>
help message

github.com/GeomScale/volesti - ccc1b1bdd722dd2e66d3d8e2315e9510bdafb3d5 authored over 7 years ago by Ioannis Emiris <emiris@izepc>
readme license

github.com/GeomScale/volesti - eaaf89f37cffa3da878924f7dc343ed912e0de1b authored over 7 years ago by Ioannis Emiris <emiris@izepc>
Update readme: gcc6, eigen 3.3

github.com/GeomScale/volesti - 08a6401c3319efb76990f7be79880220c088e8a6 authored over 7 years ago by Zafeirakis Zafeirakopoulos <[email protected]>
README Credits

github.com/GeomScale/volesti - a80c2917ba0c5f530b673772cad0f3f73ca9802d authored over 7 years ago by Ioannis Emiris <emiris@izepc>
output format in README

github.com/GeomScale/volesti - 61f69fee8d2568d4f1f38d0b3d0829b581cdb46a authored over 7 years ago by Ioannis Emiris <emiris@izepc>
minor in .h

github.com/GeomScale/volesti - a5a9502e9e4cde9d529f5feb1c8e1808f226a86c authored over 7 years ago by Ioannis Emiris <emiris@izepc>
cube10 1st line

github.com/GeomScale/volesti - dbc1071bc8042b4f70a8c74bbbb5f37ce9b64009 authored over 7 years ago by Ioannis Emiris <emiris@izepc>
better README

github.com/GeomScale/volesti - 8065716071a610f07bc81ecd6d0ca14523a633e2 authored over 7 years ago by Ioannis Emiris <emiris@izepc>
Remove polytope examples that are larger than 1Mb

github.com/GeomScale/volesti - 0d92c777fbdae8e87d52115cb8624b65f55d4f1a authored over 7 years ago by Zafeirakis Zafeirakopoulos <[email protected]>
Add boos header for constants

github.com/GeomScale/volesti - a6cddc0f9756f7b451ebb15ffa7c4e4e1af3795a authored over 7 years ago by Zafeirakis Zafeirakopoulos <[email protected]>