Changeset 53 for protocol/src/main


Ignore:
Timestamp:
12/18/24 13:28:59 (5 days ago)
Author:
ruud
Message:

All TimeDependent parties now support the nonlinear SumOfGroupsUtilitySpace. Example Nonlinear space in the computer domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocol/src/main/java/geniusweb/protocol/tournament/allpermutationslearn/AllPermutationsLearnSettings.java

    r52 r53  
    147147                                        (parties, flocs) -> createSetting(parties, flocs),
    148148                                        partylistlist, filelocs);
    149                         settings = new JoinedList<SessionSettings>(settings,
    150                                         getLearnSessions(filelocs, partylistlist));
     149                        settings = new JoinedList<SessionSettings>(Arrays.asList(settings,
     150                                        getLearnSessions(filelocs, partylistlist)));
    151151                        allSettings = allSettings == null ? settings
    152                                         : new JoinedList<SessionSettings>(allSettings, settings);
     152                                        : new JoinedList<SessionSettings>(
     153                                                        Arrays.asList(allSettings, settings));
    153154                }
    154155
Note: See TracChangeset for help on using the changeset viewer.