Trivial feature request - getters/setters for Model serialisation
7 views
Skip to first unread message
Joe
unread,
Jun 23, 2010, 11:53:47 PM6/23/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EpochX
I am implementing XML serialisation to save/load GEModels, which is
trivial provided that all class members implement beans-style
interfaces (getters/setters). There are a few "ancillary" classes that
do not do this:
- FixedLengthInitialiser.initialLength
- PointMutation.pointProbability
- TournamentSelector.tournamentSize
- LinearRankSelector.gradient
I have a bandaid workaround (rather than modify/subclass) but wonder
if you could fix for future versions?
Thanks
Tom Castle
unread,
Jun 24, 2010, 8:55:50 PM6/24/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EpochX
Certainly. They should be there, so I'll see about adding them to the
next release which I'm hopeful will be soon.