Custom Query (107 matches)

Filters
 
Columns

Show under each result:


Results (1 - 100 of 107)

1 2

Status: assigned (1 match)

Ticket Summary Owner Type Priority Component Version
#175 Graph Events & Listeners freemo Feature Immediate Core General 1.3

Status: closed (69 matches)

Ticket Summary Owner Type Priority Component Version
#67 Add Basic Genetic Algorithms freemo Feature Immediate Genetic Algorithms 1.2
#116 Add log4j support for proper error logging. freemo Feature Immediate Core General
#127 Make sure Graph package interfaces are no longer generic where applicable freemo Task Immediate Graph Theory
#132 Verify DTF frequency mapping freemo Task Immediate Math Core
#150 SOM Color Map Example produces out of bounds results. freemo Malfunction Immediate SOM Neural Network 1.3
#161 HyperassociativeMap.stop() method added to stop hanging threads freemo Feature Immediate Hyperassociative Map
#34 Integrate Genetic Wavelet into neural core. freemo Feature Release Neural Network Core 0.1 RC2
#39 Implement Kohonen type network freemo Feature Release Neural Network Core
#64 Move all ANN classes to its own subpackage freemo Task Release Neural Network Core 1.2
#69 Implement core infrastructure for genetics packages freemo Feature Release Genetics Core 1.2
#70 Add JavaDoc for the genetics section freemo Task Release Genetics Core 1.2
#71 Hyperassociative Map Visualization package should be moved to subpackage freemo Task Release Hyperassociative Map Visualization 1.2
#72 Move hyperassociative map package to the graph subpackage freemo Task Release Hyperassociative Map 1.2
#73 Move unit test packages to proper packages to match new package structure freemo Task Release Core Unit Tests 1.3
#75 Improve math.visualization package by extending SurfacePlot freemo Feature Release Math Visualization 1.3
#76 Create an example to demonstrate Genetic Algorithms freemo Feature Release Examples General
#79 Fix javadoc errors due to recent refactoring freemo Malfunction Release Genetics Core 1.3
#80 Remove some useless javadoc tags freemo Task Release Core General 1.3
#82 Move Hyperpoint class from hyperassociativemap package to math package freemo Task Release Core General 1.3
#84 add framework for threading & volatile keyword freemo Feature Release General 1.3
#87 Create Unit Tests for Examples freemo Feature Release Examples General 1.3
#88 Integrate FindBugs check into the ant build script & add to continuous Integration. freemo Feature Release General 1.3
#90 SOM network occassionally fails TestColor unit test. freemo Malfunction Release SOM Neural Network
#91 Add javadocs for the SOM package. freemo Task Release SOM Neural Network
#93 Add feedforward type backprop brain. freemo Feature Release Backprop Neural Network
#94 Add checkstyle checks freemo Task Release General
#95 Add PMD Checks freemo Task Release General
#97 SOM color map example freemo Feature Release SOM Neural Network
#98 Make ColorMap example properly threaded. freemo Performance Release SOM Neural Network
#99 Add about box to Color map demo freemo Feature Release SOM Neural Network
#100 Prefix abstract classes with Abstract freemo Task Release General 1.3
#101 Refactor NciBrain to let it use thenew FullyConnectedFeedforwardBrain. freemo Task Release NCI Example
#102 Make genetic algorithms multi-threaded. freemo Performance Release Genetic Algorithms
#104 Make hyperassociative map multi-threaded freemo Performance Release Hyperassociative Map 1.3
#117 Add custom manifest file to jars freemo Task Release General
#118 Remove CloneNotSupportedException from being thrown from clone and mutate methods. freemo Task Release General
#119 Investigate removing clone() method and implementing final varible. freemo Task Release Genetics Core
#121 Add an iterations Spinner to Travelling Salesman Demo freemo Feature Release Travelling Salesman Example
#124 Implement Bayesian Networks + Inference Learning freemo Feature Release Core General
#125 Implement the graph package as the parent classes for neural and hyperassociative map freemo Feature Release Core General
#126 Add Graph Theory Framework freemo Feature Release Core General
#128 Add Fast Fourier Transform freemo Feature Release Math Core
#129 Create Complex Number representation. freemo Feature Release Math Core
#130 Expand Fast Fourier Transform for better design. freemo Feature Release Math Core
#131 Implent a FFT Demo freemo Feature Release Math Core
#133 Create FFT stream. freemo Feature Release Math Core
#137 Write example for A* freemo Feature Release Graph Theory
#140 Implement classification including naive bayes & fisher classification freemo Feature Release Classify Core
#141 Report absense of Java3d gracefully. seh Malfunction Release Examples General 1.3
#145 Add linear algebra package freemo Feature Release Math Core
#146 Add Naive Classification Package. freemo Feature Release Classify Core
#147 Consider reorganizing exception hierarchy freemo Task Release General
#152 Add Undirected Graph Type freemo Feature Release Graph Theory
#153 Change neuron bias to synapses and constant inputs freemo Feature Release Neural Network Core 1.3
#155 Create SimpleUndirectedGraph freemo Feature Release Graph Theory
#156 Define traversability in the edge of a graph freemo Task Release Graph Theory
#157 Make the process of transmitting objects across edges a general process freemo Feature Release Graph Theory 1.3
#158 Fix HyperassociativeMap to work with Brains. freemo Malfunction Release Hyperassociative Map
#159 Add special color to StaticNeuron freemo Feature Release Hyperassociative Map Visualization
#162 HyperassociativeMap refactoring freemo Feature Release Hyperassociative Map
#168 Modify learning adjustment in Hyperassociative Map freemo Malfunction Release Hyperassociative Map
#170 Define writable vs immutable graph implementations. freemo Feature Release Graph Theory
#171 MutableGraph.clear() freemo Feature Release Graph Theory
#176 ImmutableBayesianAdjacencyNetwork is broken freemo Task Release Graph Theory 1.3
#81 Add a framework for Wavelet Genetics freemo Feature Attempt Genetic Wavelets
#110 Fix all reasonable FindBugs warnings. freemo Task Attempt General
#122 Consider refactoring Hyperpoint into an immutable class. freemo Task Attempt Genetics Core 1.3
#138 Consider removing edges from nodes. freemo Feature Attempt Graph Theory
#148 Improve Johnson Path Finding Efficiency freemo Performance Attempt Path Finding

Status: new (30 matches)

Ticket Summary Owner Type Priority Component Version
#83 Expand unit tests for base genetics package. freemo Feature Release Core Unit Tests
#86 Improve lint warnings/errors freemo Task Release General
#89 Expand documentations to provide tutorials on using the library. freemo Task Release General 1.3
#96 Expand examples unit tests to approach 75% coverage freemo Feature Release Examples General
#120 Genetic Algorithms mutate method shouldnt copy the current class. freemo Task Release Genetic Algorithms
#123 Fix dANN examples ant build/dist script to move over dann.jar rather than point to the projects build directory. freemo Task Release Examples General 1.3
#134 Visualization packages redone freemo Feature Release Hyperassociative Map Visualization
#136 Implement or reorganize stub methods across graph package. freemo Feature Release Graph Theory
#139 Expand Log4j messages throughout app freemo Feature Release General
#160 Improve equals methods to use class equality not instanceof freemo Malfunction Release Core General
#163 Check mutate methods are consistent and in interfaces freemo Task Release General
#164 Ensure interfaces are used rather than implementations freemo Task Release General
#165 Make NCI Demo multi-threaded again. freemo Feature Release NCI Example
#166 HyperassoiativeMap ocassionally shows after images or flickers. freemo Malfunction Release Hyperassociative Map Visualization
#169 Complete javadoc throughout library freemo Documentation Release General
#172 Review Inheritance of Realtime Neuron Classes seh Task Release Neural Network Core
#174 AbstractAdjacencyGraph.deleteFromGraph(Set, Set) does not properly check neighbours freemo Malfunction Release Graph Theory 1.3
#177 Create *ForestGraph classes freemo Feature Release Graph Theory 1.3
#178 Consider narrower typing on graph.context interfaces freemo Task Release Graph Theory 1.3
#179 Use abstract and final on classes where needed and rethink current hierarchy. freemo Task Release General 1.3
#180 Implement Unbounded graphs freemo Feature Release Graph Theory 1.3
#181 consider making all get calls in generic classes take an Object as a parameter. freemo Feature Release General 1.3
#183 Back-off algorithm in Hyperassociative Map is buggy freemo Malfunction Release Hyperassociative Map 1.3
#184 split context listeners into before/after events freemo Feature Release Graph Theory 1.3
#33 Create an example to demonstrate Genetic Wavelets. freemo Feature Attempt Examples General
#55 Add scroll bars to images in NCI example freemo Feature Attempt NCI Example 1.0
#61 Allow NCI demo to train off more than just png files freemo Feature Attempt NCI Example 1.1
#65 Add a proper Genetic Wavelets Examples freemo Feature Attempt Genetic Wavelets
#66 Add proper unit tests for genetic wavelets. freemo Feature Attempt Genetic Wavelets
#78 Add Chromosome and Fitness Testing for Wavelet Genetics freemo Feature Attempt Genetic Wavelets
(more results for this group on next page)
1 2
Note: See TracQuery for help on using queries.