User:Xierui: Difference between revisions

From Octave
Jump to navigation Jump to search
Line 83: Line 83:
Yes.
Yes.
** If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information.
** If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information.
I choose the project "[http://wiki.octave.org/Summer_of_Code_Project_Ideas#Improve_iterative_methods_for_sparse_linear_systems Improve iterative methods for sparse linear systems]". It is not a new project. Cristiano Dorigo did part of it in SOCIS2016. He improved pcg, gmres, bicg, bicgstab and cgs, and added tfqmr. The two functions pcr and qmr still need to be improved, and the four functions minres, symmlq, bicgstabl and lsqr need to be added. I will mainly focus on adding the new functions, while at the same time I will test Cristiano Dorigo's work and improve all the functions like the way he did.
I choose the project "[http://wiki.octave.org/Summer_of_Code_Project_Ideas#Improve_iterative_methods_for_sparse_linear_systems Improve iterative methods for sparse linear systems]". It is not a new project. Cristiano Dorigo did part of it in SOCIS2016. He improved pcg, gmres, bicg, bicgstab and cgs, and added tfqmr. The two functions pcr and qmr still need to be improved, and four functions minres, symmlq, bicgstabl and lsqr need to be added. I will mainly focus on adding the new functions, while at the same time I will test Cristiano Dorigo's work and improve all the functions like the way he did.
* Please provide a rough estimated timeline for your work on the task. ''This should include the GSoC midterms and personal commitments like exams or vacation ("non-coding time"). If possible, include two or three milestones you expect.''
* Please provide a rough estimated timeline for your work on the task. ''This should include the GSoC midterms and personal commitments like exams or vacation ("non-coding time"). If possible, include two or three milestones you expect.''
* '''Community Bonding''' (May 5 - May 25)
* '''Community Bonding''' (May 5 - May 25)
** Learning more about the organization’s community and read the references.
** Learning more about the organization’s community, read the references and test Cristiano Dorigo's code.
* '''Week 1-2''' (May 26 - Jun 11)
* '''Week 1-2''' (May 26 - Jun 11)
** Non-coding time for finals. I do not know the time precisely now.
** Non-coding time for finals. I do not know the time precisely now.
Line 98: Line 98:
* '''Evaluations''' (Jul 25 - Jul 28)
* '''Evaluations''' (Jul 25 - Jul 28)
* '''Week 10''' (Jul 29 - Aug 5)
* '''Week 10''' (Jul 29 - Aug 5)
** Test Cristiano Dorigo's work.
** Improve pcr.
* '''Week 11''' (Aug 6 - Aug 13)
* '''Week 11''' (Aug 6 - Aug 13)
** Improve pcr.
* '''Week 12''' (Aug 14 - Aug 21)
** Imporve qmr.
** Imporve qmr.
* '''Week 13''' (Aug 22 - Aug 29)
* '''Week 12-13''' (Aug 14 - Aug 29)
** Revise and submit code
** Revise and submit code.
[[Category: Summer of Code]]
[[Category: Summer of Code]]

Revision as of 03:40, 22 March 2017

A: An introduction

  • Please describe yourself in three sentences, one of them regarding your current studies.

My name is Xie Rui. I am an undergraduate in Tsinghua University, Beijing, China. I am hard-working and have a strong desire to finish my work completely.

    • Which languages do you speak?

I speak Chinese (native), Engilsh and a little German.

    • What's your overall background?

Electrical Engineering and Automation. Mathematics and Applied Mathematics.

  • Why do you want to participate in the Google Summer of Code? What do you hope to gain by doing so?

Because it is a good opportunity to gain a experience about a real project, improve my skills, and learn to work with other developers. I think contributing to an open source software is a cool thing to do. After all, I always enjoy coding.

  • Why are you choosing Octave?

First, Octave is a useful tool for students like me. I will be very happy if I can do something for it and make it better. Second, I like mathematics and I am skilled in this. I have the ability to handle the project which requires mathematical knowledge. Third, I have been using matlab for two years. I am good at m-file coding.

C: Contact

  • Please state the (unique and identical where possible) nick you use on IRC and any other communication channel related to Octave.

My Nickname on the IRC, wiki is AMR_KELEG and amr_keleg on the Savannah bug tracker. Nick on IRC: calvocuno Nick on wiki and Savannah bug tracker: xierui

  • Which time zone do you live in? Will that change over GSoC duration?

My time zone is UTC+8 and it will not change during GSoC.

  • Please state the timeframe (in UTC+0) when you feel most comfortable working during GSoC. Where are your time buffers?

I usually code around 1.00 to 4.00, and 10.00 to 13.00, but it is flexible.


E: Coding experience

This part is one of the more important ones in your application. You are allowed to be as verbose as you want, as long as you stay on topic ;-)

  • Please describe your experience with C++, Octave or Matlab m-scripts, OpenGL and Qt.

I finished a course focusing on C++. I have been using Matlab for two years, and write m-scripts to do my course projects, including signal processing, numerical analysis, mathematical planning and some simulations of electrical engineering. I started to use Octave since January 2017.

  • Please describe your experience with other programming languages.

I can code with Java, Python and VHDL.

  • Please describe the biggest project you have written code for and what you learned by doing so. Also describe your role in that project over time.

When I was taking the course Signals and Systems, I finished a project based together with two other students. Our project is about human face recognition and image restoration and it is implemented on Matlab. My work is image restoration algorithm, code integration and the GUI part. It took us about one month to finish it. My coding skill was improved, and I learned how to work as team to accomplish a big project. We were very happy when we finally did it, and we are good friends since then.

  • Please state the commits and patches you already contributed to Octave. This question (one of the most important parts by the way) is the only part of your application our wiki admins will edit for you even after the application deadline. Code sometimes speaks louder than many words do.

Patch #9282

F: Feeling fine

  • Please describe (in short) your experience with the following tools:
    • IRC and mailing lists

I use mailing lists to contact with mentors, and I am comfortable with using IRC as well.

    • Mercurial or other source code management systems

I started to use Mercurial, but I am not so familiar with it now.

    • Mediawiki or other wiki software

I am learing to use it.

    • make, gcc, gdb or other development tools

I have not used them.

  • What will make you actively stay in our community after this GSoC is over?

If I make some friends during the GSoC, then I will actively stay in the community after that.

O: Only out of interest

  • Did you ever hear about Octave before?
    • If so, when and where? How far have you been involved already?

I took a course on Coursera in January 2017. That is Andrew Ng's Machine Learning. He recommended Octave as a tool to do the exercises, so I started to use Octave. I was amazed to find that Octave is useful and convenient. Tsinghua University has purchased Matlab, and I can use it for academic when I am not on a vacation. However, I think I will switch to Octave in the future, because it is open source.

  • What was the first question concerning Octave you could not find an answer to rather quickly?

How can I apply a patch and where should it be applied to?

P: Prerequisites

  • Please state the operating system you work with.

Windows 8.

  • Please estimate an average time per day you will be able to access
    • an internet connection

24 hours.

    • a computer

24 hours.

    • a computer with your progressing work on

24 hours.

  • Please describe the degree to which you can install new software on computers you have access to.

I can install any new software.

S: Self-assessment

  • Please describe how useful criticism looks from your point of view as committing student.

I think a useful criticism should be constructive. It should either point out the weakness of the current work, or propose a better way to do it. I am very happy to receive useful criticisms, because it shows that someone is interested in my work, and the work may be useful after it is improved. I am also grateful about useful criticisms, without that it is difficult to improve my work.

  • How autonomous are you when developing:

When I am developing, I mainly base on my ideas, but I feel free to ask for help from others. I welcome constructive criticisms and I will think about them carefully and modify my work.

    • Do you like to discuss changes intensively and not start coding until you know what you want to do?

Before starting coding, I will figure out the what I want to do, but it need not to be in detail. I think I will have a better comprehension after a bit coding, besides finding some problems that are hard to know at the beginning. After that, I will decide whether to rewrite it or improve it. During the whole period, discussion is important.

    • Do you like to code a proof of concept to 'see how it turns out', modifying that and taking the risk of having work thrown away if it doesn't match what the project or original proponent had in mind?

If I have some evidences to believe that it is probably a good idea, then I will code without hesitate. I am not worried about the risk, because I think all that reasonable trying contributes to the project in a way.

Y: Your task

  • Did you select a task from our list of proposals and ideas?

Yes.

    • If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information.

I choose the project "Improve iterative methods for sparse linear systems". It is not a new project. Cristiano Dorigo did part of it in SOCIS2016. He improved pcg, gmres, bicg, bicgstab and cgs, and added tfqmr. The two functions pcr and qmr still need to be improved, and four functions minres, symmlq, bicgstabl and lsqr need to be added. I will mainly focus on adding the new functions, while at the same time I will test Cristiano Dorigo's work and improve all the functions like the way he did.

  • Please provide a rough estimated timeline for your work on the task. This should include the GSoC midterms and personal commitments like exams or vacation ("non-coding time"). If possible, include two or three milestones you expect.
  • Community Bonding (May 5 - May 25)
    • Learning more about the organization’s community, read the references and test Cristiano Dorigo's code.
  • Week 1-2 (May 26 - Jun 11)
    • Non-coding time for finals. I do not know the time precisely now.
  • Week 3-4 (Jun 12 - Jun 26)
    • Add mires and symmlq. Test them.
  • Evaluations (Jun 27 - Jun 30)
  • Week 6-7 (Jul 1 - Jul 12)
    • Add bicgstabl and test it.
  • Week 8-9 (Jul 13 - Jul 24)
    • Add lsqr and test it.
  • Evaluations (Jul 25 - Jul 28)
  • Week 10 (Jul 29 - Aug 5)
    • Improve pcr.
  • Week 11 (Aug 6 - Aug 13)
    • Imporve qmr.
  • Week 12-13 (Aug 14 - Aug 29)
    • Revise and submit code.