@Immutable public static class ProposalLeaderboard.Result extends Object
Constructor and Description |
---|
Result(Map<Integer,BrokerProposalLeaderboard.Result> leaderboardByBroker,
int numProposals) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
Map<Integer,BrokerProposalLeaderboard.Result> |
leaderboardByBroker() |
int |
maxNumProposalsPerLeaderboard()
Return the maximum number of proposals kept per leaderboard.
|
public Result(Map<Integer,BrokerProposalLeaderboard.Result> leaderboardByBroker, int numProposals)
public boolean isEmpty()
public int maxNumProposalsPerLeaderboard()
public Map<Integer,BrokerProposalLeaderboard.Result> leaderboardByBroker()
BrokerProposalLeaderboard.Result
denoting the top-most impactful
proposals generated during this goal optimization run.