Skip to content

Commit

Permalink
#566: Add serialization id.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Feb 3, 2020
1 parent e7a2498 commit bddbc24
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public final class EvolutionParams<
implements Serializable
{

private static final long serialVersionUID = 1L;

private final Selector<G, C> _survivorsSelector;
private final Selector<G, C> _offspringSelector;
private final Alterer<G, C> _alterer;
Expand Down

0 comments on commit bddbc24

Please sign in to comment.