~ubuntu-branches/ubuntu/precise/yagiuda/precise

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Joop Stakenborg
  • Date: 2005-08-22 20:20:13 UTC
  • Revision ID: james.westby@ubuntu.com-20050822202013-mhhxp4xirdxrdfx1
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Here is a list of things I consider need improving in the programs, 
 
2
as of version 1.08.
 
3
 
 
4
 
 
5
1) Some graphical interface would be nice. I personally am not much
 
6
into writing X or Windows software, but realise that it would be better
 
7
if the program run under one or the other (both??). It would be nice to
 
8
move and adjust elements with a mouse, and the program recalculate
 
9
performance. 
 
10
 
 
11
2) The functions that do the LU decomposition and back substitution are
 
12
a bit wasteful of time and storage space, since they are basically real
 
13
routines, being pushed to do complex maths. Hence  rewriting them to
 
14
handle complex maths would be very nice.
 
15
 
 
16
3) The optimisation routine adjusts elements randomly. Whist I feel this
 
17
is useful, since you could otherwise reach a local optimum in
 
18
performance, but really not have a global optimum, its rather slow. The
 
19
option of a more intelligent optimisation algorithm (stepest decent etc)
 
20
would be nice. The GA is one answer to this.
 
21
 
 
22
4) Identify and remove all unknown bugs!
 
23
 
 
24
5) Optimise parameters og the genetic algorithm (GA).
 
25
 
 
26
If anyone intends to re-write some of the code, please e-mail me and tell
 
27
me what you are doing. Then I will be able to keep a track of what
 
28
people are doing. It might save duplication. If you then send me updated
 
29
files, I'll put on an ftp site. 
 
30