Skip to content

Commit

Permalink
Fix Headers + TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vgnecula committed Jul 18, 2024
1 parent dd3cc03 commit e5c011a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/crhmc_cooling_gaussians/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright (c) 2012-2024 Vissarion Fisikopoulos
# Copyright (c) 2018-2024 Apostolos Chalkis
# Copyright (c) 2024-2024 Vladimir Necula
# Copyright (c) 2024 Vladimir Necula

# Contributed and/or modified by Vladimir Necula, as part of Google Summer of
# Code 2024 program.
Expand Down
2 changes: 1 addition & 1 deletion examples/crhmc_cooling_gaussians/volume_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Copyright (c) 2012-2024 Vissarion Fisikopoulos
// Copyright (c) 2018-2024 Apostolos Chalkis
// Copyright (c) 2024-2024 Vladimir Necula
// Copyright (c) 2024 Vladimir Necula

// Contributed and/or modified by Vladimir Necula, as part of Google Summer of
// Code 2024 program.
Expand Down
12 changes: 2 additions & 10 deletions include/volume/volume_cooling_gaussians_crhmc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Copyright (c) 2012-2024 Vissarion Fisikopoulos
// Copyright (c) 2018-2024 Apostolos Chalkis
// Copyright (c) 2024-2024 Vladimir Necula
// Copyright (c) 2024 Vladimir Necula

// Contributed and/or modified by Vladimir Necula, as part of Google Summer of
// Code 2024 program.
Expand All @@ -21,15 +21,6 @@
#include "volume/volume_cooling_gaussians.hpp"
#include "preprocess/crhmc/crhmc_problem.h"

////////////////////////////// Algorithms

// Gaussian Anealling

// Implementation is based on algorithm from paper "A practical volume algorithm",
// Springer-Verlag Berlin Heidelberg and The Mathematical Programming Society 2015
// Ben Cousins, Santosh Vempala

// Compute a_{i+1} when a_i is given
template
<
typename CRHMCWalkType,
Expand Down Expand Up @@ -161,6 +152,7 @@ void compute_annealing_schedule(Polytope& P,
NT curr_its = 0;
auto steps = totalSteps;

//TODO: potential problem creation and preprocessing optimization

//create the crhmc problem for this variance
int dimension = P.dimension();
Expand Down

0 comments on commit e5c011a

Please sign in to comment.