SlideShare a Scribd company logo
SEARCH	
  FOR	
  A	
  GRAND	
  
TOUR	
  OF	
  THE	
  JUPITER	
  
GALILEAN	
  MOONS
Humies	
  –	
  2013
GECCO,	
  Amsterdam
Dario	
  Izzo
Advanced	
  Concepts	
  Team
European	
  Space	
  Agency
Monday, 8 July 13
Interplanetary	
  Trajectories	
  are	
  complex	
  ...
Visualization of the Cassini trajectory in
the Saturn system
Monday, 8 July 13
...	
  and	
  deliver	
  amazing	
  science
Water rich plume discovered during a fly-
by in the south pole region of Enceladus -
Courtesy: NASA
Monday, 8 July 13
Global	
  Trajectory	
  Optimization	
  Competition	
  (GTOC)
• Gathers	
  the	
  top	
  worldwide	
  experts	
  on	
  
interplanetary	
  trajectory	
  design	
  
• Forum	
  for	
  cross-­‐ferLlizaLon	
  of	
  ideas	
  in	
  this	
  
complex	
  domain
• ~100	
  different	
  insLtuLons	
  over	
  the	
  years:	
  
academia,	
  industry	
  and	
  space	
  agencies
• ~1	
  month	
  to	
  solve	
  an	
  excepLonally	
  hard	
  
problem
• Winner	
  organizes	
  the	
  next	
  ediLon	
  
• Yearly	
  workshops
• All	
  results/methods	
  “peer-­‐reviewed”,	
  
Journal	
  special	
  issues	
  follow
• EvoluLonary	
  Algorithms	
  used	
  by	
  some	
  of	
  
the	
  teams	
  over	
  the	
  years	
  (Neuro	
  
Controllers,	
  PSO,	
  GA,	
  GP,	
  ...	
  )
• 	
  but	
  never	
  compeLLve	
  ...	
  unLl	
  now
• Dedicated	
  web	
  portal
GTOC TrophyActa Astronautica
Monday, 8 July 13
GTOC	
  6th	
  edition
• Problem	
  formulated	
  by	
  NASA	
  (JPL),	
  winners	
  of	
  the	
  previous	
  
ediLon
• Relevant	
  to	
  the	
  "JUpiter	
  ICy	
  moon	
  Explorer"	
  (JUICE)	
  mission	
  
and	
  Jupiter	
  Europa	
  Orbiter	
  (JEO)	
  under	
  evaluaLon	
  at	
  the	
  
European	
  Space	
  Agency	
  and	
  NASA
• ExploraLon	
  of	
  the	
  Jupiter	
  inner	
  system	
  with	
  a	
  next	
  generaLon	
  
Ion	
  propulsion	
  engine
• Moons	
  represented	
  by	
  a	
  “soccer	
  ball”	
  with	
  high,	
  medium	
  and	
  
low	
  score	
  faces.
• Goal:	
  design	
  a	
  trajectory	
  that	
  maps	
  as	
  much	
  as	
  possible	
  of	
  the	
  
4	
  Galilean	
  moons	
  (Io,	
  Europa,	
  Ganymede	
  and	
  Callisto)
• Minimal	
  reality	
  gap:	
  accurate	
  representaLon	
  of	
  spacecrac	
  
dynamics	
  is	
  demanded
• Billions	
  of	
  dollars	
  per	
  mission
(>3	
  for	
  Cassini):	
  each	
  addiLonal
mapped	
  area	
  mafers	
  (a	
  lot!)
Monday, 8 July 13
GTOC	
  6:	
  problem	
  complexity
Roughly	
  …
…	
  a	
  500	
  dimensional	
  conLnuous	
  box-­‐bounded	
  
global	
  opLmizaLon	
  problem,	
  if	
  the	
  moon/face	
  
sequence	
  was	
  given	
  ...
...	
  but	
  10269	
  possible	
  moon/face	
  sequences	
  to	
  
choose	
  from,	
  if	
  launch	
  date	
  was	
  fixed	
  ...
...	
  but	
  a	
  10	
  year	
  launch	
  window	
  to	
  choose	
  from.
(~1080	
  atoms	
  in	
  the	
  universe)
May	
  be	
  thought	
  of	
  as	
  a	
  complex	
  Travelling	
  Salesman	
  Problem,	
  where	
  re-­‐visits	
  are	
  
allowed,	
  and	
  ciLes	
  are	
  “moving”:
• 128	
  ciLes	
  (4	
  moons	
  *	
  32	
  faces)
• Connec.vity	
  graph	
  (topology	
  and	
  cost)	
  is	
  dynamic	
  and	
  determined	
  through	
  evoluLon	
  
• Tour	
  quality	
  is	
  the	
  value	
  of	
  ciLes	
  visited	
  within	
  the	
  available	
  budget
Monday, 8 July 13
Our	
  strategy
• Higher	
  level	
  opLmizaLon	
  of	
  moon/face	
  sequences	
  (by	
  a	
  novel	
  mulL-­‐criteria	
  
tree	
  search	
  method)	
  auto-­‐tunes	
  and	
  launches	
  evoluLonary	
  opLmizaLons	
  of	
  
trajectory	
  arcs,	
  that	
  it	
  then	
  evaluates	
  &	
  assembles	
  into	
  full	
  trajectories.
• ...	
  can	
  be	
  seen	
  as	
  a	
  Meta	
  GeneLc	
  Algorithm	
  (MGA!)
• Challenge:	
  need	
  to	
  evolve	
  a	
  very	
  high	
  number	
  of	
  trajectory	
  arcs,	
  having	
  
drama.cally	
  varying	
  fitness	
  landscapes	
  (500,000,000	
  evoluLonary	
  runs	
  
needed	
  to	
  obtain	
  our	
  soluLon!)
• SoluLon:
• self-­‐adaptaLon	
  (jDE	
  chosen	
  over	
  CMA-­‐ES,	
  SA-­‐AN,	
  SADE)
• parallelisaLon:	
  asynchronous	
  island	
  model	
  (PyGMO)
• speed	
  is	
  criLcal:	
  MGA-­‐1DSM	
  encoding	
  +	
  implementaLon	
  (PyKEP)
Monday, 8 July 13
Our	
  best	
  trajectory
• 141	
  flybys,	
  120	
  faces	
  mapped	
  (out	
  of	
  128),	
  316	
  points	
  (out	
  of	
  324)
• Flyable	
  trajectory	
  (verified	
  by	
  NASA/JPL)
• Algorithm	
  finds	
  and	
  exploits:
• moon	
  resonances
• moon	
  backflips
• moon	
  hops	
  (quick	
  transfers	
  between	
  nearby	
  moons)
• Highly	
  efficient	
  in	
  propellant	
  usage:	
  (nearly)	
  ballisLc	
  trajectory
1: capture + Europa & Io 2: Ganymede & Io 3: Callisto & Io 4: Europa + Ganymede + Callisto
Monday, 8 July 13
(H)	
  -­‐	
  The	
  result	
  holds	
  its	
  own	
  or	
  wins	
  a	
  regulated	
  competition	
  involving	
  human	
  contestants	
  (in	
  
the	
  form	
  of	
  either	
  live	
  human	
  players	
  or	
  human-­‐written	
  computer	
  programs).
324300250200150100500
2.	
  ESA-­‐ACT
308
3.	
  University	
  of	
  Texas
267
4.	
  DLR
246
5.	
  State	
  Key	
  Laboratory
Chinese	
  Ac.	
  Of	
  Science
240
1.	
  Politecnico	
  di	
  
Torino
Uni	
  di	
  Roma	
  
Sapienzia
311
6.	
  AnalyLcal	
  Mechanics	
  
Associates,	
  Inc.
178
8.	
  The	
  Aerospace	
  
Corp.
163
9.	
  University	
  of	
  Colorado
154
7.	
  Tsinghua	
  University
176
10.	
  Uni	
  Jena
TU	
  Delc
87
11.	
  Beihang	
  University
83
12.	
  University	
  of	
  Hawaii
73
13.	
  Michigan	
  
Techn.	
  University	
  
15
early version of
our algorithmFinal	
  GTOC	
  6	
  rankings
(only	
  13,	
  out	
  of	
  33	
  teams,	
  were	
  able	
  to	
  return	
  a	
  solu.on)
0.	
  HUMIES
316
Monday, 8 July 13
(F)	
  -­‐	
  The	
  result	
  is	
  equal	
  to	
  or	
  better	
  than	
  a	
  result	
  that	
  was	
  considered	
  an	
  achievement	
  in	
  its	
  field	
  
at	
  the	
  time	
  it	
  was	
  first	
  discovered.	
  
(C)	
  -­‐	
  The	
  result	
  is	
  equal	
  to	
  or	
  better	
  than	
  a	
  result	
  that	
  was	
  placed	
  into	
  a	
  database	
  or	
  archive	
  of	
  
results	
  maintained	
  by	
  an	
  internationally	
  recognized	
  panel	
  of	
  scientific	
  experts
• The	
  GTOC	
  Portal	
  acknowledges	
  
our	
  best	
  result	
  as	
  a	
  valid	
  
trajectory	
  and	
  superior	
  to	
  the	
  one	
  
returned	
  by	
  the	
  compeLLon	
  
winner.
• GTOC6	
  winner:	
  311/324
• Our	
  algorithm:
• running	
  Lme	
  9	
  days	
  on	
  32	
  CPUs
• many	
  soluLons	
  exceeding	
  311,	
  
all	
  using	
  moon	
  hopping.
311 – GTOC 6 winner
316 – new best score
Monday, 8 July 13
(G)	
  -­‐	
  	
  The	
  result	
  solves	
  a	
  problem	
  of	
  indisputable	
  difficulty	
  in	
  its	
  field.
GTOC6winner
"theoreticalbound”
oursolution
(new
best)
? ? ? ? ? ? ?
Monday, 8 July 13
(D)	
  -­‐	
  The	
  result	
  is	
  publishable	
  in	
  its	
  own	
  right	
  as	
  a	
  new	
  scientific	
  result-­‐independent	
  of	
  the	
  fact	
  
that	
  the	
  result	
  was	
  mechanically	
  created.
• An	
  innovaLve	
  strategy	
  emerged	
  from	
  our	
  algorithm:
"moon	
  hopping"
• Rapid	
  transfers	
  between	
  moons	
  (in	
  contrast	
  to	
  fully	
  mapping	
  one	
  moon	
  
acer	
  another),	
  
• ExploitaLon	
  of	
  momentaneous	
  phasings	
  between	
  moons,	
  that	
  enable	
  
short-­‐Lme	
  transfers
• Design	
  of	
  large	
  hopping	
  sequences	
  (100+	
  flybys)	
  was	
  not	
  
considered	
  as	
  a	
  feasible	
  approach	
  by	
  human	
  experts	
  prior	
  to	
  
our	
  finding
Monday, 8 July 13
Conclusions
• Our	
  algorithm	
  (a	
  Meta	
  GeneLc	
  Algorithm)
• outperforms	
  all	
  other	
  algorithms	
  and	
  human	
  designed	
  contribuLons	
  to	
  
the	
  GTOC6	
  problem
• is	
  completely	
  automated	
  and	
  does	
  not	
  need	
  expert	
  knowledge	
  
• is	
  the	
  first	
  human-­‐compeLLve	
  algorithm	
  for	
  designing	
  mulLple	
  fly-­‐by	
  
trajectories	
  of	
  this	
  complexity	
  (>100	
  fly-­‐bys)
• Our	
  evolved	
  soluLon
• is	
  recognized	
  as	
  the	
  current	
  best	
  known	
  flyable	
  trajectory	
  for	
  the	
  problem	
  
issued	
  by	
  NASA/JPL
• solves	
  a	
  problem	
  highly	
  relevant	
  to	
  a	
  real	
  mission	
  (JUICE	
  -­‐	
  JEO)
• proves	
  the	
  value	
  of	
  a	
  mission	
  design	
  strategy	
  that	
  was	
  not	
  considered	
  as	
  
compeLLve	
  before:	
  moon	
  hopping	
  (a	
  strategy	
  that	
  cannot	
  be	
  designed	
  by	
  
"hand"	
  for	
  such	
  complex	
  trajectories)
Monday, 8 July 13
References	
  ....
• GECCO	
  2013
• Dario	
  Izzo,	
  Luís	
  F.	
  Simões,	
  Marcus,	
  Märtens,	
  Guido	
  de	
  Croon,	
  Aurelie	
  HeriTer,	
  Chit	
  Hong	
  Yam,	
  “Search	
  for	
  a	
  grand	
  tour	
  of	
  the	
  
Jupiter	
  Galilean	
  moons”	
  -­‐	
  GECCO	
  2013,	
  session	
  RWA3
• On	
  MGA-­‐1DSM	
  (the	
  encoding)
• Izzo,	
  D.,	
  PyGMO	
  and	
  PyKEP:	
  Open	
  Source	
  Tools	
  for	
  Massively	
  Parallel	
  OpTmizaTon	
  in	
  Astrodynamics	
  (the	
  case	
  of	
  
interplanetary	
  trajectory	
  opTmizaTon),	
  InternaTonal	
  Conference	
  on	
  Astrodynamics	
  Tools	
  and	
  Techniques	
  -­‐	
  ICATT,	
  2012.	
  
(link)
• Izzo,	
  D.,	
  Global	
  OpTmizaTon	
  and	
  Space	
  Pruning	
  for	
  Spacecrab	
  Trajectory	
  Design,	
  Spacecrab	
  Trajectory	
  OpTmizaTon,	
  
Conway,	
  B.	
  (Eds.),	
  Cambridge	
  University	
  Press,	
  pp.178-­‐199,	
  2010.	
  (link)
• On	
  the	
  evoluTon	
  of	
  interplanetary	
  trajectories
• Izzo,	
  D.,	
  Becerra,	
  V.M.,	
  Myag,	
  D.R.,	
  Nasuto,	
  S.J.,	
  and	
  Bishop,	
  J.M.,	
  Search	
  Space	
  Pruning	
  and	
  Global	
  OpTmisaTon	
  of	
  MulTple	
  
Gravity	
  Assist	
  Spacecrab	
  Trajectories,	
  Journal	
  of	
  Global	
  OpTmisaTon,	
  38,pp.283-­‐296,	
  2007.	
  (link)
• Vinko,	
  T.	
  and	
  Izzo,	
  D.,	
  Global	
  OpTmisaTon	
  HeurisTcs	
  and	
  Test	
  Problems	
  for	
  Preliminary	
  Spacecrab	
  Trajectory	
  Design,	
  
European	
  Space	
  Agency,	
  the	
  Advanced	
  Concepts	
  Team,	
  ACT	
  technical	
  report(GOHTPPSTD),	
  2008.	
  (link)
• Izzo,	
  D.,	
  Rucinski,	
  M.,	
  and	
  Ampatzis,	
  C.,	
  Parallel	
  global	
  opTmisaTon	
  meta-­‐heurisTcs	
  using	
  an	
  asynchronous	
  island-­‐model,	
  
Proceedings,	
  2009	
  IEEE	
  Congress	
  on	
  EvoluTonary	
  ComputaTon	
  (IEEE	
  CEC	
  2009),	
  Trondheim,	
  Norway,	
  May	
  18-­‐21.,	
  2009.	
  
(link)
• Yam,	
  C.H.,	
  di	
  Lorenzo,	
  D.,	
  and	
  Izzo,	
  D.,	
  Low-­‐Thrust	
  Trajectory	
  Design	
  as	
  a	
  Constrained	
  Global	
  OpTmizaTon	
  Problem,	
  
Proceedings	
  of	
  the	
  InsTtuTon	
  of	
  Mechanical	
  Engineers,	
  Part	
  G:	
  Journal	
  of	
  Aerospace	
  Engineering,	
  225(11),	
  pp.1243-­‐1251,	
  
2011.	
  (link)
Monday, 8 July 13

More Related Content

What's hot

Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...
Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...
Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...grssieee
 
Irsolav Methodology 2013
Irsolav Methodology 2013Irsolav Methodology 2013
Irsolav Methodology 2013
IrSOLaV Pomares
 
Mercury CubeSat Presentation for ASAT2016
Mercury CubeSat Presentation for ASAT2016Mercury CubeSat Presentation for ASAT2016
Mercury CubeSat Presentation for ASAT2016
Karen Grothe
 
Cosmology Research in China
Cosmology Research in ChinaCosmology Research in China
Cosmology Research in China
EnergyCosmicLaborato
 
Dsbr
DsbrDsbr
Moon Through New Eyes of Korean Mission: KPLO/PolCam
Moon Through New Eyes of Korean Mission: KPLO/PolCamMoon Through New Eyes of Korean Mission: KPLO/PolCam
Moon Through New Eyes of Korean Mission: KPLO/PolCam
ILOAHawaii
 
Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...
Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...
Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...
Joo-Haeng Lee
 
GPS and its Application
GPS and its ApplicationGPS and its Application
GPS and its Application
12208752
 
GAIA @SpaceUpParis
GAIA @SpaceUpParisGAIA @SpaceUpParis
GAIA @SpaceUpParis
Isabelle Desenclos
 
Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...
Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...
Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...Alexander Decker
 
The Search For Dark Energy - 4.26.2010 - Joe Beno
The Search For Dark Energy - 4.26.2010 - Joe BenoThe Search For Dark Energy - 4.26.2010 - Joe Beno
The Search For Dark Energy - 4.26.2010 - Joe Benocahouser
 
Final thesis presentation
Final thesis presentationFinal thesis presentation
Final thesis presentation
Pawan Singh
 
Intelligent satellites
Intelligent satellitesIntelligent satellites
Intelligent satellitesClifford Stone
 
Cartosat
Cartosat Cartosat
Cartosat
Shuv Mukherjee
 
Airships as an Earth and Space Science Platform - Jason Rhodes
Airships as an Earth and Space Science Platform - Jason RhodesAirships as an Earth and Space Science Platform - Jason Rhodes
Airships as an Earth and Space Science Platform - Jason Rhodes
Advanced-Concepts-Team
 
Indian Satellite Program(2001-2020)
Indian Satellite Program(2001-2020)Indian Satellite Program(2001-2020)
Indian Satellite Program(2001-2020)
Priyanka More
 
The Large Interferometer For Exoplanets (LIFE) II: Key Methods and Technologies
The Large Interferometer For Exoplanets (LIFE) II: Key Methods and TechnologiesThe Large Interferometer For Exoplanets (LIFE) II: Key Methods and Technologies
The Large Interferometer For Exoplanets (LIFE) II: Key Methods and Technologies
Advanced-Concepts-Team
 
Geotech IMT ZTEM 3d ppp Nov.2018
Geotech IMT ZTEM 3d ppp Nov.2018Geotech IMT ZTEM 3d ppp Nov.2018
Geotech IMT ZTEM 3d ppp Nov.2018
Follow me on Twitter @Stockshaman
 
tw1979_current_topics_paper
tw1979_current_topics_papertw1979_current_topics_paper
tw1979_current_topics_paperThomas Wigg
 

What's hot (20)

Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...
Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...
Disaster monitoring by multi-temporal images of the 2011 Tohoku Earthquake an...
 
Irsolav Methodology 2013
Irsolav Methodology 2013Irsolav Methodology 2013
Irsolav Methodology 2013
 
Mercury CubeSat Presentation for ASAT2016
Mercury CubeSat Presentation for ASAT2016Mercury CubeSat Presentation for ASAT2016
Mercury CubeSat Presentation for ASAT2016
 
Cosmology Research in China
Cosmology Research in ChinaCosmology Research in China
Cosmology Research in China
 
Dsbr
DsbrDsbr
Dsbr
 
Moon Through New Eyes of Korean Mission: KPLO/PolCam
Moon Through New Eyes of Korean Mission: KPLO/PolCamMoon Through New Eyes of Korean Mission: KPLO/PolCam
Moon Through New Eyes of Korean Mission: KPLO/PolCam
 
Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...
Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...
Calibration Issues in FRC: Camera, Projector, Kinematics based Hybrid Approac...
 
GPS and its Application
GPS and its ApplicationGPS and its Application
GPS and its Application
 
GAIA @SpaceUpParis
GAIA @SpaceUpParisGAIA @SpaceUpParis
GAIA @SpaceUpParis
 
Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...
Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...
Comparison of the landsat 7 etm+ and nigeriasat-1 imagery for the revision of...
 
The Search For Dark Energy - 4.26.2010 - Joe Beno
The Search For Dark Energy - 4.26.2010 - Joe BenoThe Search For Dark Energy - 4.26.2010 - Joe Beno
The Search For Dark Energy - 4.26.2010 - Joe Beno
 
Final thesis presentation
Final thesis presentationFinal thesis presentation
Final thesis presentation
 
Intelligent satellites
Intelligent satellitesIntelligent satellites
Intelligent satellites
 
Cartosat
Cartosat Cartosat
Cartosat
 
Airships as an Earth and Space Science Platform - Jason Rhodes
Airships as an Earth and Space Science Platform - Jason RhodesAirships as an Earth and Space Science Platform - Jason Rhodes
Airships as an Earth and Space Science Platform - Jason Rhodes
 
Indian Satellite Program(2001-2020)
Indian Satellite Program(2001-2020)Indian Satellite Program(2001-2020)
Indian Satellite Program(2001-2020)
 
The Large Interferometer For Exoplanets (LIFE) II: Key Methods and Technologies
The Large Interferometer For Exoplanets (LIFE) II: Key Methods and TechnologiesThe Large Interferometer For Exoplanets (LIFE) II: Key Methods and Technologies
The Large Interferometer For Exoplanets (LIFE) II: Key Methods and Technologies
 
Indian remote sensing
Indian remote sensingIndian remote sensing
Indian remote sensing
 
Geotech IMT ZTEM 3d ppp Nov.2018
Geotech IMT ZTEM 3d ppp Nov.2018Geotech IMT ZTEM 3d ppp Nov.2018
Geotech IMT ZTEM 3d ppp Nov.2018
 
tw1979_current_topics_paper
tw1979_current_topics_papertw1979_current_topics_paper
tw1979_current_topics_paper
 

Similar to Dario izzo - grand jupiter tour

MIRI & the James Webb Space Telescope
MIRI & the James Webb Space TelescopeMIRI & the James Webb Space Telescope
NASA presentation
NASA presentationNASA presentation
NASA presentation
Ayush723048
 
Mars Explorations
Mars ExplorationsMars Explorations
Mars Explorations
avinash43209
 
jaswanth nasa space ppt.pptx
jaswanth nasa space ppt.pptxjaswanth nasa space ppt.pptx
jaswanth nasa space ppt.pptx
jaswanthchowdary33
 
cubequest_and_heomd_goals.pptx
cubequest_and_heomd_goals.pptxcubequest_and_heomd_goals.pptx
cubequest_and_heomd_goals.pptx
silvers5
 
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
The Statistical and Applied Mathematical Sciences Institute
 
ScilabTEC 2015 - CNES
ScilabTEC 2015 - CNESScilabTEC 2015 - CNES
ScilabTEC 2015 - CNES
Scilab
 
Computational Training and Data Literacy for Domain Scientists
Computational Training and Data Literacy for Domain ScientistsComputational Training and Data Literacy for Domain Scientists
Computational Training and Data Literacy for Domain Scientists
Joshua Bloom
 
Astronauts and Robots 2015: John Grunsfeld, NASA
Astronauts and Robots 2015: John Grunsfeld, NASAAstronauts and Robots 2015: John Grunsfeld, NASA
Astronauts and Robots 2015: John Grunsfeld, NASA
American Astronautical Society
 
AAS National Conference 2008: Diana Blaney
AAS National Conference 2008: Diana BlaneyAAS National Conference 2008: Diana Blaney
AAS National Conference 2008: Diana Blaney
American Astronautical Society
 
Data Science Education: Needs & Opportunities in Astronomy
Data Science Education: Needs & Opportunities in AstronomyData Science Education: Needs & Opportunities in Astronomy
Data Science Education: Needs & Opportunities in Astronomy
Joshua Bloom
 
Isee3 Reboot
Isee3 RebootIsee3 Reboot
Isee3 Reboothybr1s
 
Distributed Data Processing using Spark by Panos Labropoulos_and Sarod Yataw...
Distributed Data Processing using Spark by  Panos Labropoulos_and Sarod Yataw...Distributed Data Processing using Spark by  Panos Labropoulos_and Sarod Yataw...
Distributed Data Processing using Spark by Panos Labropoulos_and Sarod Yataw...
Spark Summit
 
Embry Riddle Final
Embry Riddle FinalEmbry Riddle Final
Embry Riddle Final
jschrell
 
Solar System Processing with LSST: A Status Update
Solar System Processing with LSST: A Status UpdateSolar System Processing with LSST: A Status Update
Solar System Processing with LSST: A Status Update
Mario Juric
 
123ueurjrruri4454AI in Space(Intel).pptx
123ueurjrruri4454AI in Space(Intel).pptx123ueurjrruri4454AI in Space(Intel).pptx
123ueurjrruri4454AI in Space(Intel).pptx
xafesiw745
 
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training AlgorithmsExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
IRJET Journal
 
Interagency Space debries Coordination committee.pdf
Interagency Space debries Coordination committee.pdfInteragency Space debries Coordination committee.pdf
Interagency Space debries Coordination committee.pdf
Abhijeetkibe
 

Similar to Dario izzo - grand jupiter tour (20)

MIRI & the James Webb Space Telescope
MIRI & the James Webb Space TelescopeMIRI & the James Webb Space Telescope
MIRI & the James Webb Space Telescope
 
NASA presentation
NASA presentationNASA presentation
NASA presentation
 
Mars Explorations
Mars ExplorationsMars Explorations
Mars Explorations
 
jaswanth nasa space ppt.pptx
jaswanth nasa space ppt.pptxjaswanth nasa space ppt.pptx
jaswanth nasa space ppt.pptx
 
cubequest_and_heomd_goals.pptx
cubequest_and_heomd_goals.pptxcubequest_and_heomd_goals.pptx
cubequest_and_heomd_goals.pptx
 
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
 
ScilabTEC 2015 - CNES
ScilabTEC 2015 - CNESScilabTEC 2015 - CNES
ScilabTEC 2015 - CNES
 
Computational Training and Data Literacy for Domain Scientists
Computational Training and Data Literacy for Domain ScientistsComputational Training and Data Literacy for Domain Scientists
Computational Training and Data Literacy for Domain Scientists
 
Astronauts and Robots 2015: John Grunsfeld, NASA
Astronauts and Robots 2015: John Grunsfeld, NASAAstronauts and Robots 2015: John Grunsfeld, NASA
Astronauts and Robots 2015: John Grunsfeld, NASA
 
Future directions
Future directionsFuture directions
Future directions
 
AAS National Conference 2008: Diana Blaney
AAS National Conference 2008: Diana BlaneyAAS National Conference 2008: Diana Blaney
AAS National Conference 2008: Diana Blaney
 
Data Science Education: Needs & Opportunities in Astronomy
Data Science Education: Needs & Opportunities in AstronomyData Science Education: Needs & Opportunities in Astronomy
Data Science Education: Needs & Opportunities in Astronomy
 
Isee3 Reboot
Isee3 RebootIsee3 Reboot
Isee3 Reboot
 
Distributed Data Processing using Spark by Panos Labropoulos_and Sarod Yataw...
Distributed Data Processing using Spark by  Panos Labropoulos_and Sarod Yataw...Distributed Data Processing using Spark by  Panos Labropoulos_and Sarod Yataw...
Distributed Data Processing using Spark by Panos Labropoulos_and Sarod Yataw...
 
Embry Riddle Final
Embry Riddle FinalEmbry Riddle Final
Embry Riddle Final
 
Solar System Processing with LSST: A Status Update
Solar System Processing with LSST: A Status UpdateSolar System Processing with LSST: A Status Update
Solar System Processing with LSST: A Status Update
 
123ueurjrruri4454AI in Space(Intel).pptx
123ueurjrruri4454AI in Space(Intel).pptx123ueurjrruri4454AI in Space(Intel).pptx
123ueurjrruri4454AI in Space(Intel).pptx
 
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training AlgorithmsExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms
 
6%2E2017-2021
6%2E2017-20216%2E2017-2021
6%2E2017-2021
 
Interagency Space debries Coordination committee.pdf
Interagency Space debries Coordination committee.pdfInteragency Space debries Coordination committee.pdf
Interagency Space debries Coordination committee.pdf
 

More from Advanced-Concepts-Team

2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf
2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf
2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf
Advanced-Concepts-Team
 
Isabelle Diacaire - From Ariadnas to Industry R&D in optics and photonics
Isabelle Diacaire - From Ariadnas to Industry R&D in optics and photonicsIsabelle Diacaire - From Ariadnas to Industry R&D in optics and photonics
Isabelle Diacaire - From Ariadnas to Industry R&D in optics and photonics
Advanced-Concepts-Team
 
The ExoGRAVITY project - observations of exoplanets from the ground with opti...
The ExoGRAVITY project - observations of exoplanets from the ground with opti...The ExoGRAVITY project - observations of exoplanets from the ground with opti...
The ExoGRAVITY project - observations of exoplanets from the ground with opti...
Advanced-Concepts-Team
 
MOND_famaey.pdf
MOND_famaey.pdfMOND_famaey.pdf
MOND_famaey.pdf
Advanced-Concepts-Team
 
Pablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA DatalabsPablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Advanced-Concepts-Team
 
Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...
Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...
Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...
Advanced-Concepts-Team
 
Towards an Artificial Muse for new Ideas in Quantum Physics
Towards an Artificial Muse for new Ideas in Quantum PhysicsTowards an Artificial Muse for new Ideas in Quantum Physics
Towards an Artificial Muse for new Ideas in Quantum Physics
Advanced-Concepts-Team
 
EDEN ISS - A space greenhouse analogue in Antarctica
EDEN ISS - A space greenhouse analogue in AntarcticaEDEN ISS - A space greenhouse analogue in Antarctica
EDEN ISS - A space greenhouse analogue in Antarctica
Advanced-Concepts-Team
 
How to give a robot a soul
How to give a robot a soulHow to give a robot a soul
How to give a robot a soul
Advanced-Concepts-Team
 
Information processing with artificial spiking neural networks
Information processing with artificial spiking neural networksInformation processing with artificial spiking neural networks
Information processing with artificial spiking neural networks
Advanced-Concepts-Team
 
Exploring Architected Materials Using Machine Learning
Exploring Architected Materials Using Machine LearningExploring Architected Materials Using Machine Learning
Exploring Architected Materials Using Machine Learning
Advanced-Concepts-Team
 
Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...
Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...
Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...
Advanced-Concepts-Team
 
HORUS: Peering into Lunar Shadowed Regions with AI
HORUS: Peering into Lunar Shadowed Regions with AIHORUS: Peering into Lunar Shadowed Regions with AI
HORUS: Peering into Lunar Shadowed Regions with AI
Advanced-Concepts-Team
 
META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...
META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...
META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...
Advanced-Concepts-Team
 
Black Holes and Bright Quasars
Black Holes and Bright QuasarsBlack Holes and Bright Quasars
Black Holes and Bright Quasars
Advanced-Concepts-Team
 
In vitro simulation of spaceflight environment to elucidate combined effect o...
In vitro simulation of spaceflight environment to elucidate combined effect o...In vitro simulation of spaceflight environment to elucidate combined effect o...
In vitro simulation of spaceflight environment to elucidate combined effect o...
Advanced-Concepts-Team
 
The Large Interferometer For Exoplanets (LIFE): the science of characterising...
The Large Interferometer For Exoplanets (LIFE): the science of characterising...The Large Interferometer For Exoplanets (LIFE): the science of characterising...
The Large Interferometer For Exoplanets (LIFE): the science of characterising...
Advanced-Concepts-Team
 
Vernal pools a new ecosystem for astrobiology studies
Vernal pools a new ecosystem for astrobiology studiesVernal pools a new ecosystem for astrobiology studies
Vernal pools a new ecosystem for astrobiology studies
Advanced-Concepts-Team
 
Keeping a Sentinel Eye on the Volcanoes – from Space!
Keeping a Sentinel Eye on the Volcanoes – from Space!Keeping a Sentinel Eye on the Volcanoes – from Space!
Keeping a Sentinel Eye on the Volcanoes – from Space!
Advanced-Concepts-Team
 
AI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & HaserAI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
Advanced-Concepts-Team
 

More from Advanced-Concepts-Team (20)

2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf
2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf
2024.03.22 - Mike Heddes - Introduction to Hyperdimensional Computing.pdf
 
Isabelle Diacaire - From Ariadnas to Industry R&D in optics and photonics
Isabelle Diacaire - From Ariadnas to Industry R&D in optics and photonicsIsabelle Diacaire - From Ariadnas to Industry R&D in optics and photonics
Isabelle Diacaire - From Ariadnas to Industry R&D in optics and photonics
 
The ExoGRAVITY project - observations of exoplanets from the ground with opti...
The ExoGRAVITY project - observations of exoplanets from the ground with opti...The ExoGRAVITY project - observations of exoplanets from the ground with opti...
The ExoGRAVITY project - observations of exoplanets from the ground with opti...
 
MOND_famaey.pdf
MOND_famaey.pdfMOND_famaey.pdf
MOND_famaey.pdf
 
Pablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA DatalabsPablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA Datalabs
 
Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...
Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...
Jonathan Sauder - Miniaturizing Mechanical Systems for CubeSats: Design Princ...
 
Towards an Artificial Muse for new Ideas in Quantum Physics
Towards an Artificial Muse for new Ideas in Quantum PhysicsTowards an Artificial Muse for new Ideas in Quantum Physics
Towards an Artificial Muse for new Ideas in Quantum Physics
 
EDEN ISS - A space greenhouse analogue in Antarctica
EDEN ISS - A space greenhouse analogue in AntarcticaEDEN ISS - A space greenhouse analogue in Antarctica
EDEN ISS - A space greenhouse analogue in Antarctica
 
How to give a robot a soul
How to give a robot a soulHow to give a robot a soul
How to give a robot a soul
 
Information processing with artificial spiking neural networks
Information processing with artificial spiking neural networksInformation processing with artificial spiking neural networks
Information processing with artificial spiking neural networks
 
Exploring Architected Materials Using Machine Learning
Exploring Architected Materials Using Machine LearningExploring Architected Materials Using Machine Learning
Exploring Architected Materials Using Machine Learning
 
Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...
Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...
Electromagnetically Actuated Systems for Modular, Self-Assembling and Self-Re...
 
HORUS: Peering into Lunar Shadowed Regions with AI
HORUS: Peering into Lunar Shadowed Regions with AIHORUS: Peering into Lunar Shadowed Regions with AI
HORUS: Peering into Lunar Shadowed Regions with AI
 
META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...
META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...
META-SPACE: Psycho-physiologically Adaptive and Personalized Virtual Reality ...
 
Black Holes and Bright Quasars
Black Holes and Bright QuasarsBlack Holes and Bright Quasars
Black Holes and Bright Quasars
 
In vitro simulation of spaceflight environment to elucidate combined effect o...
In vitro simulation of spaceflight environment to elucidate combined effect o...In vitro simulation of spaceflight environment to elucidate combined effect o...
In vitro simulation of spaceflight environment to elucidate combined effect o...
 
The Large Interferometer For Exoplanets (LIFE): the science of characterising...
The Large Interferometer For Exoplanets (LIFE): the science of characterising...The Large Interferometer For Exoplanets (LIFE): the science of characterising...
The Large Interferometer For Exoplanets (LIFE): the science of characterising...
 
Vernal pools a new ecosystem for astrobiology studies
Vernal pools a new ecosystem for astrobiology studiesVernal pools a new ecosystem for astrobiology studies
Vernal pools a new ecosystem for astrobiology studies
 
Keeping a Sentinel Eye on the Volcanoes – from Space!
Keeping a Sentinel Eye on the Volcanoes – from Space!Keeping a Sentinel Eye on the Volcanoes – from Space!
Keeping a Sentinel Eye on the Volcanoes – from Space!
 
AI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & HaserAI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
 

Recently uploaded

Richard's entangled aventures in wonderland
Richard's entangled aventures in wonderlandRichard's entangled aventures in wonderland
Richard's entangled aventures in wonderland
Richard Gill
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
muralinath2
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
Sérgio Sacani
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
Sérgio Sacani
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
sachin783648
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
anitaento25
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
muralinath2
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
Areesha Ahmad
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
pablovgd
 
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
Scintica Instrumentation
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
Lokesh Patil
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
Areesha Ahmad
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
AlguinaldoKong
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
Areesha Ahmad
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
silvermistyshot
 
Structural Classification Of Protein (SCOP)
Structural Classification Of Protein  (SCOP)Structural Classification Of Protein  (SCOP)
Structural Classification Of Protein (SCOP)
aishnasrivastava
 
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptxBody fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
muralinath2
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
Columbia Weather Systems
 
Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
YOGESH DOGRA
 

Recently uploaded (20)

Richard's entangled aventures in wonderland
Richard's entangled aventures in wonderlandRichard's entangled aventures in wonderland
Richard's entangled aventures in wonderland
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
 
Comparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebratesComparative structure of adrenal gland in vertebrates
Comparative structure of adrenal gland in vertebrates
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
 
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
 
Structural Classification Of Protein (SCOP)
Structural Classification Of Protein  (SCOP)Structural Classification Of Protein  (SCOP)
Structural Classification Of Protein (SCOP)
 
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptxBody fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
 
Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
 

Dario izzo - grand jupiter tour

  • 1. SEARCH  FOR  A  GRAND   TOUR  OF  THE  JUPITER   GALILEAN  MOONS Humies  –  2013 GECCO,  Amsterdam Dario  Izzo Advanced  Concepts  Team European  Space  Agency Monday, 8 July 13
  • 2. Interplanetary  Trajectories  are  complex  ... Visualization of the Cassini trajectory in the Saturn system Monday, 8 July 13
  • 3. ...  and  deliver  amazing  science Water rich plume discovered during a fly- by in the south pole region of Enceladus - Courtesy: NASA Monday, 8 July 13
  • 4. Global  Trajectory  Optimization  Competition  (GTOC) • Gathers  the  top  worldwide  experts  on   interplanetary  trajectory  design   • Forum  for  cross-­‐ferLlizaLon  of  ideas  in  this   complex  domain • ~100  different  insLtuLons  over  the  years:   academia,  industry  and  space  agencies • ~1  month  to  solve  an  excepLonally  hard   problem • Winner  organizes  the  next  ediLon   • Yearly  workshops • All  results/methods  “peer-­‐reviewed”,   Journal  special  issues  follow • EvoluLonary  Algorithms  used  by  some  of   the  teams  over  the  years  (Neuro   Controllers,  PSO,  GA,  GP,  ...  ) •  but  never  compeLLve  ...  unLl  now • Dedicated  web  portal GTOC TrophyActa Astronautica Monday, 8 July 13
  • 5. GTOC  6th  edition • Problem  formulated  by  NASA  (JPL),  winners  of  the  previous   ediLon • Relevant  to  the  "JUpiter  ICy  moon  Explorer"  (JUICE)  mission   and  Jupiter  Europa  Orbiter  (JEO)  under  evaluaLon  at  the   European  Space  Agency  and  NASA • ExploraLon  of  the  Jupiter  inner  system  with  a  next  generaLon   Ion  propulsion  engine • Moons  represented  by  a  “soccer  ball”  with  high,  medium  and   low  score  faces. • Goal:  design  a  trajectory  that  maps  as  much  as  possible  of  the   4  Galilean  moons  (Io,  Europa,  Ganymede  and  Callisto) • Minimal  reality  gap:  accurate  representaLon  of  spacecrac   dynamics  is  demanded • Billions  of  dollars  per  mission (>3  for  Cassini):  each  addiLonal mapped  area  mafers  (a  lot!) Monday, 8 July 13
  • 6. GTOC  6:  problem  complexity Roughly  … …  a  500  dimensional  conLnuous  box-­‐bounded   global  opLmizaLon  problem,  if  the  moon/face   sequence  was  given  ... ...  but  10269  possible  moon/face  sequences  to   choose  from,  if  launch  date  was  fixed  ... ...  but  a  10  year  launch  window  to  choose  from. (~1080  atoms  in  the  universe) May  be  thought  of  as  a  complex  Travelling  Salesman  Problem,  where  re-­‐visits  are   allowed,  and  ciLes  are  “moving”: • 128  ciLes  (4  moons  *  32  faces) • Connec.vity  graph  (topology  and  cost)  is  dynamic  and  determined  through  evoluLon   • Tour  quality  is  the  value  of  ciLes  visited  within  the  available  budget Monday, 8 July 13
  • 7. Our  strategy • Higher  level  opLmizaLon  of  moon/face  sequences  (by  a  novel  mulL-­‐criteria   tree  search  method)  auto-­‐tunes  and  launches  evoluLonary  opLmizaLons  of   trajectory  arcs,  that  it  then  evaluates  &  assembles  into  full  trajectories. • ...  can  be  seen  as  a  Meta  GeneLc  Algorithm  (MGA!) • Challenge:  need  to  evolve  a  very  high  number  of  trajectory  arcs,  having   drama.cally  varying  fitness  landscapes  (500,000,000  evoluLonary  runs   needed  to  obtain  our  soluLon!) • SoluLon: • self-­‐adaptaLon  (jDE  chosen  over  CMA-­‐ES,  SA-­‐AN,  SADE) • parallelisaLon:  asynchronous  island  model  (PyGMO) • speed  is  criLcal:  MGA-­‐1DSM  encoding  +  implementaLon  (PyKEP) Monday, 8 July 13
  • 8. Our  best  trajectory • 141  flybys,  120  faces  mapped  (out  of  128),  316  points  (out  of  324) • Flyable  trajectory  (verified  by  NASA/JPL) • Algorithm  finds  and  exploits: • moon  resonances • moon  backflips • moon  hops  (quick  transfers  between  nearby  moons) • Highly  efficient  in  propellant  usage:  (nearly)  ballisLc  trajectory 1: capture + Europa & Io 2: Ganymede & Io 3: Callisto & Io 4: Europa + Ganymede + Callisto Monday, 8 July 13
  • 9. (H)  -­‐  The  result  holds  its  own  or  wins  a  regulated  competition  involving  human  contestants  (in   the  form  of  either  live  human  players  or  human-­‐written  computer  programs). 324300250200150100500 2.  ESA-­‐ACT 308 3.  University  of  Texas 267 4.  DLR 246 5.  State  Key  Laboratory Chinese  Ac.  Of  Science 240 1.  Politecnico  di   Torino Uni  di  Roma   Sapienzia 311 6.  AnalyLcal  Mechanics   Associates,  Inc. 178 8.  The  Aerospace   Corp. 163 9.  University  of  Colorado 154 7.  Tsinghua  University 176 10.  Uni  Jena TU  Delc 87 11.  Beihang  University 83 12.  University  of  Hawaii 73 13.  Michigan   Techn.  University   15 early version of our algorithmFinal  GTOC  6  rankings (only  13,  out  of  33  teams,  were  able  to  return  a  solu.on) 0.  HUMIES 316 Monday, 8 July 13
  • 10. (F)  -­‐  The  result  is  equal  to  or  better  than  a  result  that  was  considered  an  achievement  in  its  field   at  the  time  it  was  first  discovered.   (C)  -­‐  The  result  is  equal  to  or  better  than  a  result  that  was  placed  into  a  database  or  archive  of   results  maintained  by  an  internationally  recognized  panel  of  scientific  experts • The  GTOC  Portal  acknowledges   our  best  result  as  a  valid   trajectory  and  superior  to  the  one   returned  by  the  compeLLon   winner. • GTOC6  winner:  311/324 • Our  algorithm: • running  Lme  9  days  on  32  CPUs • many  soluLons  exceeding  311,   all  using  moon  hopping. 311 – GTOC 6 winner 316 – new best score Monday, 8 July 13
  • 11. (G)  -­‐    The  result  solves  a  problem  of  indisputable  difficulty  in  its  field. GTOC6winner "theoreticalbound” oursolution (new best) ? ? ? ? ? ? ? Monday, 8 July 13
  • 12. (D)  -­‐  The  result  is  publishable  in  its  own  right  as  a  new  scientific  result-­‐independent  of  the  fact   that  the  result  was  mechanically  created. • An  innovaLve  strategy  emerged  from  our  algorithm: "moon  hopping" • Rapid  transfers  between  moons  (in  contrast  to  fully  mapping  one  moon   acer  another),   • ExploitaLon  of  momentaneous  phasings  between  moons,  that  enable   short-­‐Lme  transfers • Design  of  large  hopping  sequences  (100+  flybys)  was  not   considered  as  a  feasible  approach  by  human  experts  prior  to   our  finding Monday, 8 July 13
  • 13. Conclusions • Our  algorithm  (a  Meta  GeneLc  Algorithm) • outperforms  all  other  algorithms  and  human  designed  contribuLons  to   the  GTOC6  problem • is  completely  automated  and  does  not  need  expert  knowledge   • is  the  first  human-­‐compeLLve  algorithm  for  designing  mulLple  fly-­‐by   trajectories  of  this  complexity  (>100  fly-­‐bys) • Our  evolved  soluLon • is  recognized  as  the  current  best  known  flyable  trajectory  for  the  problem   issued  by  NASA/JPL • solves  a  problem  highly  relevant  to  a  real  mission  (JUICE  -­‐  JEO) • proves  the  value  of  a  mission  design  strategy  that  was  not  considered  as   compeLLve  before:  moon  hopping  (a  strategy  that  cannot  be  designed  by   "hand"  for  such  complex  trajectories) Monday, 8 July 13
  • 14. References  .... • GECCO  2013 • Dario  Izzo,  Luís  F.  Simões,  Marcus,  Märtens,  Guido  de  Croon,  Aurelie  HeriTer,  Chit  Hong  Yam,  “Search  for  a  grand  tour  of  the   Jupiter  Galilean  moons”  -­‐  GECCO  2013,  session  RWA3 • On  MGA-­‐1DSM  (the  encoding) • Izzo,  D.,  PyGMO  and  PyKEP:  Open  Source  Tools  for  Massively  Parallel  OpTmizaTon  in  Astrodynamics  (the  case  of   interplanetary  trajectory  opTmizaTon),  InternaTonal  Conference  on  Astrodynamics  Tools  and  Techniques  -­‐  ICATT,  2012.   (link) • Izzo,  D.,  Global  OpTmizaTon  and  Space  Pruning  for  Spacecrab  Trajectory  Design,  Spacecrab  Trajectory  OpTmizaTon,   Conway,  B.  (Eds.),  Cambridge  University  Press,  pp.178-­‐199,  2010.  (link) • On  the  evoluTon  of  interplanetary  trajectories • Izzo,  D.,  Becerra,  V.M.,  Myag,  D.R.,  Nasuto,  S.J.,  and  Bishop,  J.M.,  Search  Space  Pruning  and  Global  OpTmisaTon  of  MulTple   Gravity  Assist  Spacecrab  Trajectories,  Journal  of  Global  OpTmisaTon,  38,pp.283-­‐296,  2007.  (link) • Vinko,  T.  and  Izzo,  D.,  Global  OpTmisaTon  HeurisTcs  and  Test  Problems  for  Preliminary  Spacecrab  Trajectory  Design,   European  Space  Agency,  the  Advanced  Concepts  Team,  ACT  technical  report(GOHTPPSTD),  2008.  (link) • Izzo,  D.,  Rucinski,  M.,  and  Ampatzis,  C.,  Parallel  global  opTmisaTon  meta-­‐heurisTcs  using  an  asynchronous  island-­‐model,   Proceedings,  2009  IEEE  Congress  on  EvoluTonary  ComputaTon  (IEEE  CEC  2009),  Trondheim,  Norway,  May  18-­‐21.,  2009.   (link) • Yam,  C.H.,  di  Lorenzo,  D.,  and  Izzo,  D.,  Low-­‐Thrust  Trajectory  Design  as  a  Constrained  Global  OpTmizaTon  Problem,   Proceedings  of  the  InsTtuTon  of  Mechanical  Engineers,  Part  G:  Journal  of  Aerospace  Engineering,  225(11),  pp.1243-­‐1251,   2011.  (link) Monday, 8 July 13