Slope One Algorithm (#917)

* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase

* SA further fixes

* Slope One plus package refactoring
This commit is contained in:
maibin
2016-12-23 19:36:08 +01:00
committed by Eugen
parent 5226c5f414
commit 1a17166d36
9 changed files with 219 additions and 7 deletions

View File

@@ -3,6 +3,8 @@ package com.baeldung.algorithms;
import org.junit.Assert;
import org.junit.Test;
import com.baeldung.algorithms.annealing.SimulatedAnnealing;
public class SimulatedAnnealingTest {
@Test