[gsoc] GSoC : OptaPlanner
by Ghassen Khalil Ati
Hi, I'm Ghassen Khalil Ati and I'm applying for the "Google Summer of Code"
program.
I'm interesting in one of the JBoss Community which is : OptaPlanner for
Android, that's why I want to be in touch with one of the adminstrators of
this organisation to help me preaparing the proposal and applying for the
project.
I am waiting for your rapid response sir to complete all necessary
procedures.
With all my advance thanks and respect.
--
Cordially
--------------------------------------------------------------------------
Ghassen Khalil ATI
Élève Ingénieur en Génie Informatique à l'Institut International de
Technologie
Cité El Ons 1 - N°154 - Route de Tunis km 10 - Sfax
Tél. : (+216) 21 463 933
1 year, 2 months
Hawkular-pluggable data processors for metrics: Weekly Report
by Aakarsh Agarwal
Hi all,
I am currently working on the Hawkular Metrics repository as part of the Google Summer of Code 2015 program and this is to update the progress of my project.
I spent the last week familiarizing myself with the existing Hawkular Metrics repo on github and some of its code. As of now, I have created a new git repo on my github profile which intends to implement a simple plugin interface using 5 basic statistical algorithms. These are -
Minimum of the entered data set.
Maximum of the entered data set.
Average of the entered data set.
Mode of the entered data set.
Standard Deviation of the entered data set.
The link to this git repo is - https://github.com/Akki5/hawkular_plugin
This is just initial draft for the interface to be implemented. Here, StatisticalAlgo.java is the interface and other named java classes are the classes implementing the interface. PluginDemo.java is the test class. At the moment, everything in the code is hardcoded and static in nature which will later be converted for dynamic usage.
The next step requires following listed work to be done -
Use maven to build the project.
Use Classloader for all classes implementing StatisticalAlgo.
Require input from user as to which plugin is to be used.
Regards,
Aakarsh Agarwal
9 years, 5 months