Skip to content

Commit

Permalink
We no longer offer incremental scoring
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Nov 20, 2023
1 parent dcb53f7 commit d79a69a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/core/include/SerialMover.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ IMPCORE_BEGIN_NAMESPACE

//! Applies a list of movers one at a time
/** Each time a move is requested, only the next mover in the list
is applied. This should probably be used in conjunction with
incremental scoring (MonteCarlo::set_use_incremental()).
is applied.
*/
class IMPCOREEXPORT SerialMover : public MonteCarloMover {
int imov_;
Expand Down

0 comments on commit d79a69a

Please sign in to comment.